[ https://issues.apache.org/jira/browse/FLINK-31339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-31339: ----------------------------------- Labels: stale-critical test-stability (was: test-stability) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Critical but is unassigned and neither itself nor its Sub-Tasks have been updated for 14 days. I have gone ahead and marked it "stale-critical". If this ticket is critical, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized. > PlannerScalaFreeITCase.testImperativeUdaf > ----------------------------------------- > > Key: FLINK-31339 > URL: https://issues.apache.org/jira/browse/FLINK-31339 > Project: Flink > Issue Type: Bug > Components: Table SQL / Planner > Affects Versions: 1.17.0 > Reporter: Matthias Pohl > Priority: Critical > Labels: stale-critical, test-stability > > {{PlannerScalaFreeITCase.testImperativeUdaf}} failed: > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46812&view=logs&j=87489130-75dc-54e4-1f45-80c30aa367a3&t=73da6d75-f30d-5d5a-acbe-487a9dcff678&l=15012 > {code} > Mar 05 05:55:50 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, > Time elapsed: 62.028 s <<< FAILURE! - in > org.apache.flink.table.sql.codegen.PlannerScalaFreeITCase > Mar 05 05:55:50 [ERROR] PlannerScalaFreeITCase.testImperativeUdaf Time > elapsed: 40.924 s <<< FAILURE! > Mar 05 05:55:50 org.opentest4j.AssertionFailedError: 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> > Mar 05 05:55:50 at > org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) > Mar 05 05:55:50 at > org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) > Mar 05 05:55:50 at > org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) > Mar 05 05:55:50 at > org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) > Mar 05 05:55:50 at > org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211) > Mar 05 05:55:50 at > org.apache.flink.table.sql.codegen.SqlITCaseBase.checkJsonResultFile(SqlITCaseBase.java:168) > Mar 05 05:55:50 at > org.apache.flink.table.sql.codegen.SqlITCaseBase.runAndCheckSQL(SqlITCaseBase.java:111) > Mar 05 05:55:50 at > org.apache.flink.table.sql.codegen.PlannerScalaFreeITCase.testImperativeUdaf(PlannerScalaFreeITCase.java:43) > [...] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)