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

[jira] [Created] (FLINK-21610) ProcessFailureCancelingITCase failed on azure

Dawid Wysakowicz created FLINK-21610:
----------------------------------------

             Summary: ProcessFailureCancelingITCase failed on azure
                 Key: FLINK-21610
                 URL: https://issues.apache.org/jira/browse/FLINK-21610
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.13.0
            Reporter: Dawid Wysakowicz


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14115&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0

{code}
2021-03-04T11:38:44.9321152Z [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 16.463 s <<< FAILURE! - in org.apache.flink.test.recovery.ProcessFailureCancelingITCase
2021-03-04T11:38:44.9323887Z [ERROR] testCancelingOnProcessFailure(org.apache.flink.test.recovery.ProcessFailureCancelingITCase)  Time elapsed: 15.692 s  <<< ERROR!
2021-03-04T11:38:44.9334234Z java.lang.NullPointerException
2021-03-04T11:38:44.9335222Z 	at org.apache.flink.test.recovery.ProcessFailureCancelingITCase.testCancelingOnProcessFailure(ProcessFailureCancelingITCase.java:247)
2021-03-04T11:38:44.9335994Z 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-03-04T11:38:44.9336640Z 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-03-04T11:38:44.9337423Z 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-03-04T11:38:44.9341553Z 	at java.lang.reflect.Method.invoke(Method.java:498)
2021-03-04T11:38:44.9342587Z 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
2021-03-04T11:38:44.9343392Z 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2021-03-04T11:38:44.9343896Z 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
2021-03-04T11:38:44.9344396Z 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2021-03-04T11:38:44.9345092Z 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2021-03-04T11:38:44.9345529Z 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2021-03-04T11:38:44.9345954Z 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2021-03-04T11:38:44.9346374Z 	at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2021-03-04T11:38:44.9346896Z 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
2021-03-04T11:38:44.9347636Z 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
2021-03-04T11:38:44.9350380Z 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
2021-03-04T11:38:44.9351222Z 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
2021-03-04T11:38:44.9352002Z 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
2021-03-04T11:38:44.9353195Z 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
2021-03-04T11:38:44.9353879Z 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
2021-03-04T11:38:44.9354538Z 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
2021-03-04T11:38:44.9355220Z 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
2021-03-04T11:38:44.9355890Z 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
2021-03-04T11:38:44.9356548Z 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
2021-03-04T11:38:44.9357252Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
2021-03-04T11:38:44.9358062Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
2021-03-04T11:38:44.9358869Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
2021-03-04T11:38:44.9359742Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
2021-03-04T11:38:44.9360593Z 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
2021-03-04T11:38:44.9361416Z 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
2021-03-04T11:38:44.9362156Z 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
2021-03-04T11:38:44.9362977Z 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
{code}



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