[ https://issues.apache.org/jira/browse/FLINK-32663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749622#comment-17749622 ]
Rui Fan commented on FLINK-32663: --------------------------------- Don't find the root cause, just updating some temporary info here. This test is savepoint instead of checkpoint, and the savepoint doesn't support unaligned checkpoint. We can see this test is _client.triggerSavepoint_[1], and the java doc of RescalingITCase also writes `/** Test savepoint rescaling. */`[2]. Hope these infos are useful for other contributors, I will continue analyze it as well. [1] https://github.com/apache/flink/blob/c6d58e17e8ce736a062234e1558ac8d7b65990ef/flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java#L563 [2] https://github.com/apache/flink/blob/c6d58e17e8ce736a062234e1558ac8d7b65990ef/flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java#L93 > RescalingITCase.testSavepointRescalingInPartitionedOperatorStateList fails on > AZP > --------------------------------------------------------------------------------- > > Key: FLINK-32663 > URL: https://issues.apache.org/jira/browse/FLINK-32663 > Project: Flink > Issue Type: Bug > Components: Runtime / Coordination > Affects Versions: 1.18.0 > Reporter: Sergey Nuyanzin > Assignee: Yanfei Lei > Priority: Critical > Labels: test-stability > > This build > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=51501&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=ea7cf968-e585-52cb-e0fc-f48de023a7ca&l=8665 > fails as > {noformat} > Jul 21 01:24:54 01:24:54.146 [ERROR] > RescalingITCase.testSavepointRescalingInPartitionedOperatorStateList Time > elapsed: 1.485 s <<< FAILURE! > Jul 21 01:24:54 java.lang.AssertionError: expected:<530> but was:<30> > Jul 21 01:24:54 at org.junit.Assert.fail(Assert.java:89) > Jul 21 01:24:54 at org.junit.Assert.failNotEquals(Assert.java:835) > Jul 21 01:24:54 at org.junit.Assert.assertEquals(Assert.java:647) > Jul 21 01:24:54 at org.junit.Assert.assertEquals(Assert.java:633) > Jul 21 01:24:54 at > org.apache.flink.test.checkpointing.RescalingITCase.testSavepointRescalingPartitionedOperatorState(RescalingITCase.java:621) > Jul 21 01:24:54 at > org.apache.flink.test.checkpointing.RescalingITCase.testSavepointRescalingInPartitionedOperatorStateList(RescalingITCase.java:508) > Jul 21 01:24:54 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > Jul 21 01:24:54 at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > Jul 21 01:24:54 at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4 > ... > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)