You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Guowei Ma (Jira)" <ji...@apache.org> on 2021/03/26 04:14:00 UTC

[jira] [Created] (FLINK-21988) testRequestKvStateWithIrrelevantRegistration fail

Guowei Ma created FLINK-21988:
---------------------------------

             Summary: testRequestKvStateWithIrrelevantRegistration fail
                 Key: FLINK-21988
                 URL: https://issues.apache.org/jira/browse/FLINK-21988
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Queryable State
    Affects Versions: 1.13.0
            Reporter: Guowei Ma


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=15486&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7030a106-e977-5851-a05e-535de648c9c9&l=7175


{code:java}
[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)

{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)