Dawid Wysakowicz created FLINK-21608:
---------------------------------------- Summary: YARNHighAvailabilityITCase.testClusterClientRetrieval fails with "There is at least one application..." Key: FLINK-21608 URL: https://issues.apache.org/jira/browse/FLINK-21608 Project: Flink Issue Type: Bug Components: Deployment / YARN, Tests Affects Versions: 1.13.0 Reporter: Dawid Wysakowicz https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14108&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=62110053-334f-5295-a0ab-80dd7e2babbf {code} 2021-03-04T10:45:47.3523930Z INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton" 2021-03-04T10:45:47.4240091Z Mar 04, 2021 10:45:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider 2021-03-04T10:45:47.4241009Z INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to GuiceManagedComponentProvider with the scope "Singleton" 2021-03-04T10:47:53.6102867Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 132.302 s <<< FAILURE! - in org.apache.flink.yarn.YARNHighAvailabilityITCase 2021-03-04T10:47:53.6103745Z [ERROR] testClusterClientRetrieval(org.apache.flink.yarn.YARNHighAvailabilityITCase) Time elapsed: 15.906 s <<< FAILURE! 2021-03-04T10:47:53.6104784Z java.lang.AssertionError: There is at least one application on the cluster that is not finished.[App application_1614854744820_0003 is in state RUNNING.] 2021-03-04T10:47:53.6106075Z at org.junit.Assert.fail(Assert.java:88) 2021-03-04T10:47:53.6108977Z at org.apache.flink.yarn.YarnTestBase$CleanupYarnApplication.close(YarnTestBase.java:322) 2021-03-04T10:47:53.6109784Z at org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:286) 2021-03-04T10:47:53.6110493Z at org.apache.flink.yarn.YARNHighAvailabilityITCase.testClusterClientRetrieval(YARNHighAvailabilityITCase.java:219) 2021-03-04T10:47:53.6111446Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2021-03-04T10:47:53.6111871Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2021-03-04T10:47:53.6112360Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2021-03-04T10:47:53.6112784Z at java.lang.reflect.Method.invoke(Method.java:498) 2021-03-04T10:47:53.6113210Z at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 2021-03-04T10:47:53.6114001Z at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2021-03-04T10:47:53.6114796Z at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 2021-03-04T10:47:53.6115388Z at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2021-03-04T10:47:53.6116123Z at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 2021-03-04T10:47:53.6116995Z at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 2021-03-04T10:47:53.6117810Z at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45) 2021-03-04T10:47:53.6118621Z at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) 2021-03-04T10:47:53.6119311Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2021-03-04T10:47:53.6119840Z at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 2021-03-04T10:47:53.6120279Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 2021-03-04T10:47:53.6120739Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 2021-03-04T10:47:53.6121173Z at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 2021-03-04T10:47:53.6121692Z at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 2021-03-04T10:47:53.6122128Z at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 2021-03-04T10:47:53.6122594Z at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 2021-03-04T10:47:53.6123005Z at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 2021-03-04T10:47:53.6123432Z at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 2021-03-04T10:47:53.6123978Z at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 2021-03-04T10:47:53.6124425Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2021-03-04T10:47:53.6124839Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2021-03-04T10:47:53.6125264Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2021-03-04T10:47:53.6125657Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2021-03-04T10:47:53.6126017Z at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 2021-03-04T10:47:53.6126450Z at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 2021-03-04T10:47:53.6126938Z at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 2021-03-04T10:47:53.6127448Z at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 2021-03-04T10:47:53.6127957Z at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 2021-03-04T10:47:53.6128617Z at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 2021-03-04T10:47:53.6129287Z at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 2021-03-04T10:47:53.6129765Z at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 2021-03-04T10:47:53.6130281Z at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |