[ https://issues.apache.org/jira/browse/FLINK-28199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557498#comment-17557498 ]
Ferenc Csaky commented on FLINK-28199: -------------------------------------- Hm, this is weird. As I see this happened only 1 time since the fix for FLINK-27667 got merged, so this thing can be unrelated. testKillYarnSessionClusterEntrypoint() timed out after 60s: {code:java} java.lang.AssertionError: There is at least one application on the cluster that is not finished.[App application_1655885546027_0002 is in state RUNNING.] Jun 22 08:44:47 at org.apache.flink.yarn.YarnTestBase$CleanupYarnApplication.close(YarnTestBase.java:325) Jun 22 08:44:47 at org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:289) Jun 22 08:44:47 ... 60 more {code} testClusterClientRetrieval() timed out after 30 minutes, cause: {code:java} java.lang.AssertionError: There is at least one application on the cluster that is not finished.[App application_1655885546027_0003 is in state ACCEPTED., App application_1655885546027_0002 is in state RUNNING.] Jun 22 08:44:47 at org.apache.flink.yarn.YarnTestBase$CleanupYarnApplication.close(YarnTestBase.java:325) Jun 22 08:44:47 at org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:289) Jun 22 08:44:47 ... 60 more {code} It failed to shutdown the 0002 app. > Failures on YARNHighAvailabilityITCase.testClusterClientRetrieval and > YARNHighAvailabilityITCase.testKillYarnSessionClusterEntrypoint > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: FLINK-28199 > URL: https://issues.apache.org/jira/browse/FLINK-28199 > Project: Flink > Issue Type: Bug > Components: Deployment / YARN > Affects Versions: 1.16.0 > Reporter: Martijn Visser > Priority: Major > Labels: test-stability > > {code:java} > Jun 22 08:57:50 [ERROR] Errors: > Jun 22 08:57:50 [ERROR] > YARNHighAvailabilityITCase.testClusterClientRetrieval » Timeout > testClusterCli... > Jun 22 08:57:50 [ERROR] > YARNHighAvailabilityITCase.testKillYarnSessionClusterEntrypoint:156->YarnTestBase.runTest:288->lambda$testKillYarnSessionClusterEntrypoint$0:182->waitForJobTermination:325 > » Execution > Jun 22 08:57:50 [INFO] > Jun 22 08:57:50 [ERROR] Tests run: 27, Failures: 0, Errors: 2, Skipped: 0 > {code} > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37037&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=29523 -- This message was sent by Atlassian Jira (v8.20.7#820007)