Jiang Xin created FLINK-32588:
---------------------------------
Summary: Flink ML unittest BoundedPerRoundStreamIterationITCase
failed
Key: FLINK-32588
URL: https://issues.apache.org/jira/browse/FLINK-32588
Project: Flink
Issue Type: Bug
Components: Library / Machine Learning
Reporter: Jiang Xin
Fix For: ml-2.4.0
[https://github.com/apache/flink-ml/actions/runs/5306457279/jobs/9604069705]
[https://github.com/apache/flink-ml/actions/runs/5166305530/jobs/9306327867]
The error message is as below.
{code:java}
Error: testPerRoundIterationWithState Time elapsed: 7.192 s <<< FAILURE!
620java.lang.AssertionError: expected:<3> but was:<4>
621 at org.junit.Assert.fail(Assert.java:89)
622 at org.junit.Assert.failNotEquals(Assert.java:835)
623 at org.junit.Assert.assertEquals(Assert.java:647)
624 at org.junit.Assert.assertEquals(Assert.java:633)
625 at
org.apache.flink.test.iteration.BoundedPerRoundStreamIterationITCase.testPerRoundIterationWithState(BoundedPerRoundStreamIterationITCase.java:170)
626 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
627 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
628 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
629 at java.lang.reflect.Method.invoke(Method.java:498) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)