Matthias Pohl created FLINK-31527: ------------------------------------- Summary: ChangelogRescalingITCase.test failed due to FileNotFoundException Key: FLINK-31527 URL: https://issues.apache.org/jira/browse/FLINK-31527 Project: Flink Issue Type: Bug Components: Runtime / State Backends Affects Versions: 1.17.0 Reporter: Matthias Pohl
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=47369&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=10238 {code} Mar 20 01:31:54 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.209 s <<< FAILURE! - in org.apache.flink.test.state.ChangelogRescalingITCase Mar 20 01:31:54 [ERROR] ChangelogRescalingITCase.test Time elapsed: 8.492 s <<< FAILURE! Mar 20 01:31:54 org.opentest4j.AssertionFailedError: Graph is in globally terminal state (FAILED) Mar 20 01:31:54 at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42) Mar 20 01:31:54 at org.junit.jupiter.api.Assertions.fail(Assertions.java:147) Mar 20 01:31:54 at org.apache.flink.runtime.testutils.CommonTestUtils.lambda$waitForAllTaskRunning$3(CommonTestUtils.java:213) Mar 20 01:31:54 at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:150) Mar 20 01:31:54 at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144) Mar 20 01:31:54 at org.apache.flink.runtime.testutils.CommonTestUtils.waitForAllTaskRunning(CommonTestUtils.java:208) Mar 20 01:31:54 at org.apache.flink.runtime.testutils.CommonTestUtils.waitForAllTaskRunning(CommonTestUtils.java:181) Mar 20 01:31:54 at org.apache.flink.test.state.ChangelogRescalingITCase.test(ChangelogRescalingITCase.java:163) Mar 20 01:31:54 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Mar 20 01:31:54 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Mar 20 01:31:54 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Mar 20 01:31:54 at java.lang.reflect.Method.invoke(Method.java:498) Mar 20 01:31:54 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) Mar 20 01:31:54 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) Mar 20 01:31:54 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) Mar 20 01:31:54 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)