You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/02/23 08:04:00 UTC

[jira] [Created] (FLINK-26323) PerJobMiniClusterFactoryTest.testJobClient failed on azure

Yun Gao created FLINK-26323:
-------------------------------

             Summary: PerJobMiniClusterFactoryTest.testJobClient failed on azure
                 Key: FLINK-26323
                 URL: https://issues.apache.org/jira/browse/FLINK-26323
             Project: Flink
          Issue Type: Bug
          Components: Test Infrastructure
    Affects Versions: 1.15.0
            Reporter: Yun Gao


{code:java}
Feb 23 02:28:32 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.745 s <<< FAILURE! - in org.apache.flink.client.program.PerJobMiniClusterFactoryTest
Feb 23 02:28:32 [ERROR] org.apache.flink.client.program.PerJobMiniClusterFactoryTest.testJobClient  Time elapsed: 2.506 s  <<< FAILURE!
Feb 23 02:28:32 java.lang.AssertionError: 
Feb 23 02:28:32 
Feb 23 02:28:32 Expected: is <RUNNING>
Feb 23 02:28:32      but: was <CREATED>
Feb 23 02:28:32 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
Feb 23 02:28:32 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
Feb 23 02:28:32 	at org.apache.flink.client.program.PerJobMiniClusterFactoryTest.testJobClient(PerJobMiniClusterFactoryTest.java:85)
Feb 23 02:28:32 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Feb 23 02:28:32 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 23 02:28:32 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 23 02:28:32 	at java.lang.reflect.Method.invoke(Method.java:498)
Feb 23 02:28:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 23 02:28:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 23 02:28:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 23 02:28:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 23 02:28:32 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 23 02:28:32 	at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 23 02:28:32 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 23 02:28:32 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 23 02:28:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 23 02:28:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 23 02:28:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 23 02:28:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Feb 23 02:28:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
Feb 23 02:28:32 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
Feb 23 02:28:32 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
Feb 23 02:28:32 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=32077&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7c1d86e3-35bd-5fd5-3b7c-30c126a78702&l=10930



--
This message was sent by Atlassian Jira
(v8.20.1#820001)