[ https://issues.apache.org/jira/browse/FLINK-36324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884163#comment-17884163 ]
Matthias Pohl commented on FLINK-36324: --------------------------------------- https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62389&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=11785 > MiscAggFunctionITCase expected to raise Throwable > ------------------------------------------------- > > Key: FLINK-36324 > URL: https://issues.apache.org/jira/browse/FLINK-36324 > Project: Flink > Issue Type: Bug > Components: Table SQL / Planner > Affects Versions: 2.0-preview > Reporter: Matthias Pohl > Priority: Critical > Labels: test-stability > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62234&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=11810 > {code} > Sep 19 02:06:44 02:06:44.447 [ERROR] Tests run: 2, Failures: 1, Errors: 0, > Skipped: 0, Time elapsed: 0.654 s <<< FAILURE! -- in > org.apache.flink.table.planner.functions.MiscAggFunctionITCase > Sep 19 02:06:44 02:06:44.448 [ERROR] > org.apache.flink.table.planner.functions.MiscAggFunctionITCase.test(TestCase)[2] > -- Time elapsed: 0.294 s <<< FAILURE! > Sep 19 02:06:44 java.lang.AssertionError: > Sep 19 02:06:44 > Sep 19 02:06:44 Expecting code to raise a throwable. > Sep 19 02:06:44 at > org.apache.flink.table.planner.functions.BuiltInAggregateFunctionTestBase$ErrorTestItem.execute(BuiltInAggregateFunctionTestBase.java:607) > Sep 19 02:06:44 at > org.apache.flink.table.planner.functions.BuiltInAggregateFunctionTestBase$TestSpec.lambda$createTestItemExecutable$0(BuiltInAggregateFunctionTestBase.java:323) > Sep 19 02:06:44 at > org.apache.flink.table.planner.functions.BuiltInFunctionTestBase$TestCase.execute(BuiltInFunctionTestBase.java:119) > Sep 19 02:06:44 at > org.apache.flink.table.planner.functions.BuiltInAggregateFunctionTestBase.test(BuiltInAggregateFunctionTestBase.java:96) > Sep 19 02:06:44 at java.lang.reflect.Method.invoke(Method.java:498) > Sep 19 02:06:44 at > java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) > Sep 19 02:06:44 at > java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) > Sep 19 02:06:44 at > java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) > Sep 19 02:06:44 at > java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) > Sep 19 02:06:44 at > java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)