Dawid Wysakowicz created FLINK-12830: ----------------------------------------
Summary: TableSinkITCase#testBoundedTableSink fails in IDE if run with other tests Key: FLINK-12830 URL: https://issues.apache.org/jira/browse/FLINK-12830 Project: Flink Issue Type: Bug Components: Table SQL / Legacy Planner Affects Versions: 1.9.0 Reporter: Dawid Wysakowicz If I run all the tests in flink-table-planner/scala in IDE then the test {{TableSinkITCase#testBoundedTableSink}} fails consistently. It passes if I run this single test on its own. This test was introduced in 851d27bb54596d1044a831160b09aad9f3b32316 {code} java.lang.AssertionError: Different elements in arrays: expected 8 elements and received 11 expected: [Comment#12,6, Comment#13,6, Comment#14,6, Comment#15,6, Hello world, how are you?,3, Hello world,2, Hello,2, Hi,1] received: [1,1,Hi, 2,2,Hello, 3,2,Hello world, Comment#12,6, Comment#13,6, Comment#14,6, Comment#15,6, Hello world, how are you?,3, Hello world,2, Hello,2, Hi,1] Expected :8 Actual :11 {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)