Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.13.0
Description
[ERROR] testRequestKvStateWithIrrelevantRegistration(org.apache.flink.runtime.jobmaster.JobMasterQueryableStateTest) Time elapsed: 0.029 s <<< FAILURE! java.lang.AssertionError: Expected to fail with FlinkJobNotFoundException. at org.junit.Assert.fail(Assert.java:88) at org.apache.flink.runtime.jobmaster.JobMasterQueryableStateTest.testRequestKvStateWithIrrelevantRegistration(JobMasterQueryableStateTest.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
Attachments
Issue Links
- is duplicated by
-
FLINK-21954 Test failures occur due to the test not waiting for the ExecutionGraph to be created in Adaptive Scheduler
- Closed