Matthias Pohl created FLINK-31337: ------------------------------------- Summary: EmbeddedDataStreamBatchTests.test_keyed_co_broadcast_side_output Key: FLINK-31337 URL: https://issues.apache.org/jira/browse/FLINK-31337 Project: Flink Issue Type: Bug Components: API / Python Affects Versions: 1.17.0 Reporter: Matthias Pohl
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46799&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=24566 {code} Mar 04 01:21:35 pyflink/datastream/tests/test_data_stream.py:743: Mar 04 01:21:35 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Mar 04 01:21:35 pyflink/datastream/tests/test_data_stream.py:63: in assert_equals_sorted Mar 04 01:21:35 self.assertEqual(expected, actual) Mar 04 01:21:35 E AssertionError: Lists differ: ['0', '1', '2', '4', '5', '5', '6', '6'] != ['0', '1', '2', '3', '5', '5', '6', '6'] Mar 04 01:21:35 E Mar 04 01:21:35 E First differing element 3: Mar 04 01:21:35 E '4' Mar 04 01:21:35 E '3' Mar 04 01:21:35 E Mar 04 01:21:35 E - ['0', '1', '2', '4', '5', '5', '6', '6'] Mar 04 01:21:35 E ? ^ Mar 04 01:21:35 E Mar 04 01:21:35 E + ['0', '1', '2', '3', '5', '5', '6', '6'] Mar 04 01:21:35 E ? {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)