[ https://issues.apache.org/jira/browse/FLINK-31141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Pohl updated FLINK-31141: ---------------------------------- Priority: Critical (was: Major) > CreateTableAsITCase.testCreateTableAs fails > ------------------------------------------- > > Key: FLINK-31141 > URL: https://issues.apache.org/jira/browse/FLINK-31141 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.17.0, 1.18.0 > Reporter: Rui Fan > Priority: Critical > Labels: test-stability > > CreateTableAsITCase.testCreateTableAs fails in > [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46323&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=14772] > > {code:java} > Feb 20 13:50:12 [ERROR] Failures: > Feb 20 13:50:12 [ERROR] CreateTableAsITCase.testCreateTableAs > Feb 20 13:50:12 [ERROR] Run 1: Did not get expected results before timeout, > actual result: > [{"before":null,"after":{"user_name":"Bob","order_cnt":1},"op":"c"}, > {"before":null,"after":{"user_name":"Alice","order_cnt":1},"op":"c"}, > {"before":{"user_name":"Bob","order_cnt":1},"after":null,"op":"d"}, > {"before":null,"after":{"user_name":"Bob","order_cnt":2},"op":"c"}]. ==> > expected: <true> but was: <false> > Feb 20 13:50:12 [INFO] Run 2: PASS > Feb 20 13:50:12 [INFO] > Feb 20 13:50:12 [INFO] > Feb 20 13:50:12 [ERROR] Tests run: 15, Failures: 1, Errors: 0, Skipped: 0 > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)