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

Matthias Pohl edited comment on FLINK-32483 at 9/5/24 6:45 AM:
---------------------------------------------------------------

We're observed a similar failure in {{testCheckpointRescalingInKeyedState}} of 
our internal fork of Flink (that's why I cannot shared the link). The 
corresponding branch was based on Flink 1.19.
{code}
Sep 04 16:02:51 16:02:51.889 [ERROR] 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState
 -- Time elapsed: 12.33 s <<< FAILURE!04:43
Sep 04 16:02:51 java.lang.AssertionError: expected:<[(0,24000), (1,22500), 
(0,34500), (1,33000), (0,21000), (0,45000), (2,31500), (2,42000), (1,6000), 
(0,28500), (0,52500), (2,15000), (1,3000), (1,51000), (0,1500), (0,49500), 
(2,12000), (2,60000), (0,36000), (1,10500), (1,58500), (0,46500), (0,9000), 
(0,57000), (2,19500), (2,43500), (1,7500), (1,55500), (2,30000), (1,18000), 
(0,54000), (2,40500), (1,4500), (0,16500), (2,27000), (1,39000), (2,13500), 
(1,25500), (0,37500), (0,61500), (2,0), (2,48000)]> but was:<[(1,22500), 
(0,34500), (1,33000), (0,21000), (0,45000), (2,31500), (0,52500), (0,28500), 
(2,15000), (1,3000), (1,51000), (0,49500), (0,1500), (1,10500), (1,58500), 
(0,46500), (0,57000), (0,9000), (2,19500), (2,43500), (1,7500), (1,55500), 
(2,40500), (1,4500), (0,16500), (2,27000), (1,39000), (2,13500), (1,25500), 
(0,61500), (0,37500)]>04:43
Sep 04 16:02:51         at org.junit.Assert.fail(Assert.java:89)04:43
Sep 04 16:02:51         at org.junit.Assert.failNotEquals(Assert.java:835)04:43
Sep 04 16:02:51         at org.junit.Assert.assertEquals(Assert.java:120)04:43
Sep 04 16:02:51         at org.junit.Assert.assertEquals(Assert.java:146)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.restoreAndAssert(RescaleCheckpointManuallyITCase.java:219)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingKeyedState(RescaleCheckpointManuallyITCase.java:138)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState(RescaleCheckpointManuallyITCase.java:111)04:43
Sep 04 16:02:51         at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)04:43
Sep 04 16:02:51         at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
{code}

I add this here rather than creating a new Jira issue because it looks like the 
issue is the same?


was (Author: mapohl):
We're observed a similar failure in {{testCheckpointRescalingInKeyedState}} of 
our internal fork of Flink (that's why I cannot shared the link). The 
corresponding branch was based on Flink 1.19.
```
Sep 04 16:02:51 16:02:51.889 [ERROR] 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState
 -- Time elapsed: 12.33 s <<< FAILURE!04:43
Sep 04 16:02:51 java.lang.AssertionError: expected:<[(0,24000), (1,22500), 
(0,34500), (1,33000), (0,21000), (0,45000), (2,31500), (2,42000), (1,6000), 
(0,28500), (0,52500), (2,15000), (1,3000), (1,51000), (0,1500), (0,49500), 
(2,12000), (2,60000), (0,36000), (1,10500), (1,58500), (0,46500), (0,9000), 
(0,57000), (2,19500), (2,43500), (1,7500), (1,55500), (2,30000), (1,18000), 
(0,54000), (2,40500), (1,4500), (0,16500), (2,27000), (1,39000), (2,13500), 
(1,25500), (0,37500), (0,61500), (2,0), (2,48000)]> but was:<[(1,22500), 
(0,34500), (1,33000), (0,21000), (0,45000), (2,31500), (0,52500), (0,28500), 
(2,15000), (1,3000), (1,51000), (0,49500), (0,1500), (1,10500), (1,58500), 
(0,46500), (0,57000), (0,9000), (2,19500), (2,43500), (1,7500), (1,55500), 
(2,40500), (1,4500), (0,16500), (2,27000), (1,39000), (2,13500), (1,25500), 
(0,61500), (0,37500)]>04:43
Sep 04 16:02:51         at org.junit.Assert.fail(Assert.java:89)04:43
Sep 04 16:02:51         at org.junit.Assert.failNotEquals(Assert.java:835)04:43
Sep 04 16:02:51         at org.junit.Assert.assertEquals(Assert.java:120)04:43
Sep 04 16:02:51         at org.junit.Assert.assertEquals(Assert.java:146)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.restoreAndAssert(RescaleCheckpointManuallyITCase.java:219)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingKeyedState(RescaleCheckpointManuallyITCase.java:138)04:43
Sep 04 16:02:51         at 
org.apache.flink.test.checkpointing.RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState(RescaleCheckpointManuallyITCase.java:111)04:43
Sep 04 16:02:51         at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)04:43
Sep 04 16:02:51         at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
```

I add this here rather than creating a new Jira issue because it looks like the 
issue is the same?

> 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, 1.20.0
>            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)

Reply via email to