Matthias Pohl created FLINK-31033:
-------------------------------------
Summary: UsingRemoteJarITCase.testUdfInRemoteJar failed with
assertion
Key: FLINK-31033
URL: https://issues.apache.org/jira/browse/FLINK-31033
Project: Flink
Issue Type: Bug
Components: Table SQL / API
Affects Versions: 1.16.1
Reporter: Matthias Pohl
{{UsingRemoteJarITCase.testUdfInRemoteJar}} failed with assertion:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46009&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=18050
{code}
Feb 10 15:28:15 [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 249.499 s <<< FAILURE! - in
org.apache.flink.table.sql.codegen.UsingRemoteJarITCase
Feb 10 15:28:15 [ERROR] UsingRemoteJarITCase.testUdfInRemoteJar Time elapsed:
40.786 s <<< FAILURE!
Feb 10 15:28:15 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>
Feb 10 15:28:15 at
org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
Feb 10 15:28:15 at
org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
Feb 10 15:28:15 at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:210)
Feb 10 15:28:15 at
org.apache.flink.table.sql.codegen.SqlITCaseBase.checkJsonResultFile(SqlITCaseBase.java:168)
Feb 10 15:28:15 at
org.apache.flink.table.sql.codegen.SqlITCaseBase.runAndCheckSQL(SqlITCaseBase.java:111)
Feb 10 15:28:15 at
org.apache.flink.table.sql.codegen.UsingRemoteJarITCase.testUdfInRemoteJar(UsingRemoteJarITCase.java:106)
[...]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)