[ https://issues.apache.org/jira/browse/FLINK-35041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843258#comment-17843258 ]
Ryan Skraba commented on FLINK-35041: ------------------------------------- Going through some of the older GitHub actions from the last week, there are a lot of these: * 1.20 Java 11 / Test (module: core) https://github.com/apache/flink/actions/runs/8917610620/job/24491172511#step:10:8154 * 1.20 Java 21 / Test (module: core) https://github.com/apache/flink/actions/runs/8917610620/job/24491154789#step:10:8873 * 1.20 Java 11 / Test (module: core) https://github.com/apache/flink/actions/runs/8888221960/job/24404966761#step:10:7787 * 1.20 AdaptiveScheduler / Test (module: core) https://github.com/apache/flink/actions/runs/8888221960/job/24404939797#step:10:8361 * 1.20 Default (Java 8) / Test (module: core) https://github.com/apache/flink/actions/runs/8874021289/job/24361049250#step:10:8308 * 1.20 Java 17 / Test (module: core) https://github.com/apache/flink/actions/runs/8872328953/job/24356752585#step:10:8911 * 1.20 Java 11 / Test (module: core) https://github.com/apache/flink/actions/runs/8864296312/job/24339779126#step:10:9083 * 1.20 Java 21 / Test (module: core) https://github.com/apache/flink/actions/runs/8856547891/job/24323115199#step:10:8933 * 1.20 Java 11 / Test (module: core) https://github.com/apache/flink/actions/runs/8842083488/job/24280420760#step:10:8265 * 1.20 Java 17 / Test (module: core) https://github.com/apache/flink/actions/runs/8825970497/job/24231219571#step:10:9087 * 1.20 Default (Java 8) / Test (module: core) https://github.com/apache/flink/actions/runs/8825652254/job/24230389260#step:10:9141 * 1.20 Java 21 / Test (module: core) https://github.com/apache/flink/actions/runs/8809949034/job/24182328046#step:10:8078 * 1.20 Default (Java 8) / Test (module: core) https://github.com/apache/flink/actions/runs/8800044378/job/24153034222#step:10:8261 * 1.20 Java 17 / Test (module: core) https://github.com/apache/flink/actions/runs/8793750647/job/24132431375#step:10:7754 * 1.20 Default (Java 8) / Test (module: core) https://github.com/apache/flink/actions/runs/8784906766/job/24104618074#step:10:8444 > IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed > -------------------------------------------------------------------------- > > Key: FLINK-35041 > URL: https://issues.apache.org/jira/browse/FLINK-35041 > Project: Flink > Issue Type: Bug > Components: Build System / CI > Affects Versions: 1.20.0 > Reporter: Weijie Guo > Assignee: Feifan Wang > Priority: Blocker > > {code:java} > Apr 08 03:22:45 03:22:45.450 [ERROR] > org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration > -- Time elapsed: 0.034 s <<< FAILURE! > Apr 08 03:22:45 org.opentest4j.AssertionFailedError: > Apr 08 03:22:45 > Apr 08 03:22:45 expected: false > Apr 08 03:22:45 but was: true > Apr 08 03:22:45 at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > Apr 08 03:22:45 at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > Apr 08 03:22:45 at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(K.java:45) > Apr 08 03:22:45 at > org.apache.flink.runtime.state.DiscardRecordedStateObject.verifyDiscard(DiscardRecordedStateObject.java:34) > Apr 08 03:22:45 at > org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration(IncrementalRemoteKeyedStateHandleTest.java:211) > Apr 08 03:22:45 at java.lang.reflect.Method.invoke(Method.java:498) > Apr 08 03:22:45 at > java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) > Apr 08 03:22:45 at > java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) > Apr 08 03:22:45 at > java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) > Apr 08 03:22:45 at > java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) > Apr 08 03:22:45 at > java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) > {code} > [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=58782&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=9238] > -- This message was sent by Atlassian Jira (v8.20.10#820010)