You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2022/01/11 09:10:00 UTC

[jira] [Closed] (FLINK-25025) BatchArrowPythonGroupWindowAggregateFunctionOperatorTest.testFinishBundleTriggeredByCount failed on AZP

     [ https://issues.apache.org/jira/browse/FLINK-25025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-25025.
---------------------------------
    Fix Version/s:     (was: 1.14.3)
       Resolution: Cannot Reproduce

> BatchArrowPythonGroupWindowAggregateFunctionOperatorTest.testFinishBundleTriggeredByCount failed on AZP
> -------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-25025
>                 URL: https://issues.apache.org/jira/browse/FLINK-25025
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 1.14.0, 1.15.0
>            Reporter: Till Rohrmann
>            Assignee: Huang Xingbo
>            Priority: Blocker
>              Labels: test-stability
>
> The test {{BatchArrowPythonGroupWindowAggregateFunctionOperatorTest.testFinishBundleTriggeredByCount}} fails on AZP with:
> {code}
> Nov 23 04:20:13 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.167 s <<< FAILURE! - in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch.BatchArrowPythonGroupWindowAggregateFunctionOperatorTest
> Nov 23 04:20:13 [ERROR] testFinishBundleTriggeredByCount  Time elapsed: 0.068 s  <<< FAILURE!
> Nov 23 04:20:13 java.lang.AssertionError: expected:<6> but was:<4>
> Nov 23 04:20:13 	at org.junit.Assert.fail(Assert.java:89)
> Nov 23 04:20:13 	at org.junit.Assert.failNotEquals(Assert.java:835)
> Nov 23 04:20:13 	at org.junit.Assert.assertEquals(Assert.java:647)
> Nov 23 04:20:13 	at org.junit.Assert.assertEquals(Assert.java:633)
> Nov 23 04:20:13 	at org.apache.flink.table.runtime.util.RowDataHarnessAssertor.assertOutputEquals(RowDataHarnessAssertor.java:80)
> Nov 23 04:20:13 	at org.apache.flink.table.runtime.util.RowDataHarnessAssertor.assertOutputEquals(RowDataHarnessAssertor.java:60)
> Nov 23 04:20:13 	at org.apache.flink.table.runtime.operators.python.aggregate.arrow.ArrowPythonAggregateFunctionOperatorTestBase.assertOutputEquals(ArrowPythonAggregateFunctionOperatorTestBase.java:62)
> Nov 23 04:20:13 	at org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch.BatchArrowPythonGroupWindowAggregateFunctionOperatorTest.testFinishBundleTriggeredByCount(BatchArrowPythonGroupWindowAggregateFunctionOperatorTest.java:206)
> Nov 23 04:20:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Nov 23 04:20:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Nov 23 04:20:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Nov 23 04:20:13 	at java.lang.reflect.Method.invoke(Method.java:498)
> Nov 23 04:20:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> Nov 23 04:20:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> Nov 23 04:20:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> Nov 23 04:20:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> Nov 23 04:20:13 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> Nov 23 04:20:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> Nov 23 04:20:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> Nov 23 04:20:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> Nov 23 04:20:13 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> Nov 23 04:20:13 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
> Nov 23 04:20:13 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
> Nov 23 04:20:13 	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
> Nov 23 04:20:13 	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
> Nov 23 04:20:13 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
> Nov 23 04:20:13 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
> Nov 23 04:20:13 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
> Nov 23 04:20:13 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
> Nov 23 04:20:13 	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
> Nov 23 04:20:13 	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
> Nov 23 04:20:13 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> Nov 23 04:20:13 	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)
> Nov 23 04:20:13 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
> Nov 23 04:20:13 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
> Nov 23 04:20:13 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
> Nov 23 04:20:13 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
> Nov 23 04:20:13 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
> Nov 23 04:20:13 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
> Nov 23 04:20:13 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
> Nov 23 04:20:13 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
> Nov 23 04:20:13 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:116)
> Nov 23 04:20:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> Nov 23 04:20:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
> Nov 23 04:20:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
> Nov 23 04:20:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=26873&view=logs&j=5cae8624-c7eb-5c51-92d3-4d2dacedd221&t=5acec1b4-945b-59ca-34f8-168928ce5199&l=29294



--
This message was sent by Atlassian Jira
(v8.20.1#820001)