You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sergey Nuyanzin (Jira)" <ji...@apache.org> on 2024/01/08 00:07:00 UTC

[jira] [Commented] (FLINK-32483) RescaleCheckpointManuallyITCase.testCheckpointRescalingOutKeyedState fails on AZP

    [ https://issues.apache.org/jira/browse/FLINK-32483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804042#comment-17804042 ] 

Sergey Nuyanzin commented on FLINK-32483:
-----------------------------------------

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=55949&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10695

> RescaleCheckpointManuallyITCase.testCheckpointRescalingOutKeyedState fails on AZP
> ---------------------------------------------------------------------------------
>
>                 Key: FLINK-32483
>                 URL: https://issues.apache.org/jira/browse/FLINK-32483
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing, Tests
>    Affects Versions: 1.17.2
>            Reporter: Sergey Nuyanzin
>            Priority: Major
>              Labels: auto-deprioritized-critical, test-stability
>
> This build https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=50397&view=logs&j=39d5b1d5-3b41-54dc-6458-1e2ddd1cdcf3&t=0c010d0c-3dec-5bf1-d408-7b18988b1b2b&l=7495 fails with
> {noformat}
> Jun 26 06:08:57 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 21.041 s <<< FAILURE! - in org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase
> Jun 26 06:08:57 [ERROR] org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingOutKeyedState  Time elapsed: 6.435 s  <<< FAILURE!
> Jun 26 06:08:57 java.lang.AssertionError: expected:<[(0,24000), (2,58500), (0,34500), (0,45000), (3,43500), (2,18000), (1,6000), (1,16500), (0,28500), (0,52500), (3,27000), (1,51000), (2,25500), (0,1500), (0,49500), (3,0), (3,48000), (0,36000), (2,22500), (1,10500), (0,46500), (2,33000), (1,21000), (0,9000), (0,57000), (3,31500), (2,19500), (1,7500), (1,55500), (3,42000), (2,30000), (0,54000), (2,40500), (1,4500), (3,15000), (2,3000), (1,39000), (2,13500), (0,37500), (0,61500), (3,12000), (3,60000)]> but was:<[(2,58500), (0,34500), (0,45000), (3,43500), (2,18000), (1,16500), (0,52500), (3,27000), (2,25500), (0,49500), (3,0), (3,48000), (0,36000), (2,22500), (1,21000), (0,9000), (0,57000), (3,31500), (1,7500), (2,30000), (0,54000), (2,40500), (1,4500), (2,3000), (1,39000), (2,13500), (0,61500), (3,12000)]>
> Jun 26 06:08:57 	at org.junit.Assert.fail(Assert.java:89)
> Jun 26 06:08:57 	at org.junit.Assert.failNotEquals(Assert.java:835)
> Jun 26 06:08:57 	at org.junit.Assert.assertEquals(Assert.java:120)
> Jun 26 06:08:57 	at org.junit.Assert.assertEquals(Assert.java:146)
> Jun 26 06:08:57 	at org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.restoreAndAssert(RescaleCheckpointManuallyITCase.java:219)
> Jun 26 06:08:57 	at org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingKeyedState(RescaleCheckpointManuallyITCase.java:138)
> Jun 26 06:08:57 	at org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingOutKeyedState(RescaleCheckpointManuallyITCase.java:116)
> Jun 26 06:08:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)