[ https://issues.apache.org/jira/browse/FLINK-23636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hangxiang Yu closed FLINK-23636. -------------------------------- Fix Version/s: (was: 1.13.7) Resolution: Duplicate It's duplicated by FLINK-32523 All cases and reasons have been listed in the new ticket, so I closed this. > NotifyCheckpointAbortedITCase.testNotifyCheckpointAborted fails on azure > ------------------------------------------------------------------------ > > Key: FLINK-23636 > URL: https://issues.apache.org/jira/browse/FLINK-23636 > Project: Flink > Issue Type: Bug > Components: Runtime / Checkpointing > Affects Versions: 1.13.2 > Reporter: Xintong Song > Priority: Major > Labels: test-stability > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=21558&view=logs&j=59c257d0-c525-593b-261d-e96a86f1926b&t=b93980e3-753f-5433-6a19-13747adae66a&l=9527 > {code} > Aug 05 03:03:53 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, > Time elapsed: 6.985 s <<< FAILURE! - in > org.apache.flink.test.checkpointing.NotifyCheckpointAbortedITCase > Aug 05 03:03:53 [ERROR] > testNotifyCheckpointAborted[unalignedCheckpointEnabled > =true](org.apache.flink.test.checkpointing.NotifyCheckpointAbortedITCase) > Time elapsed: 4.995 s <<< FAILURE! > Aug 05 03:03:53 java.lang.AssertionError: expected:<1> but was:<2> > Aug 05 03:03:53 at org.junit.Assert.fail(Assert.java:88) > Aug 05 03:03:53 at org.junit.Assert.failNotEquals(Assert.java:834) > Aug 05 03:03:53 at org.junit.Assert.assertEquals(Assert.java:645) > Aug 05 03:03:53 at org.junit.Assert.assertEquals(Assert.java:631) > Aug 05 03:03:53 at > org.apache.flink.test.checkpointing.NotifyCheckpointAbortedITCase.verifyAllOperatorsNotifyAbortedTimes(NotifyCheckpointAbortedITCase.java:210) > Aug 05 03:03:53 at > org.apache.flink.test.checkpointing.NotifyCheckpointAbortedITCase.testNotifyCheckpointAborted(NotifyCheckpointAbortedITCase.java:186) > Aug 05 03:03:53 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > Aug 05 03:03:53 at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > Aug 05 03:03:53 at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Aug 05 03:03:53 at java.lang.reflect.Method.invoke(Method.java:498) > Aug 05 03:03:53 at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > Aug 05 03:03:53 at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > Aug 05 03:03:53 at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > Aug 05 03:03:53 at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > Aug 05 03:03:53 at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) > Aug 05 03:03:53 at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) > Aug 05 03:03:53 at > java.util.concurrent.FutureTask.run(FutureTask.java:266) > Aug 05 03:03:53 at java.lang.Thread.run(Thread.java:748) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)