[ https://issues.apache.org/jira/browse/FLINK-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maximilian Michels closed FLINK-3686. ------------------------------------- Resolution: Duplicate Assignee: Maximilian Michels Thanks for reporting! The issue has been fixed in FLINK-3689. > resourcemanager.ClusterShutdownITCase sometimes fails > ----------------------------------------------------- > > Key: FLINK-3686 > URL: https://issues.apache.org/jira/browse/FLINK-3686 > Project: Flink > Issue Type: Bug > Components: Tests > Reporter: Nikolaas Steenbergen > Assignee: Maximilian Michels > > resourcemanager.ClusterShutdownITCase sometimes fails > {code} > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 32.47 sec <<< > FAILURE! - in org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase > testClusterShutdown(org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase) > Time elapsed: 30.063 sec <<< FAILURE! > java.lang.AssertionError: assertion failed: timeout (29897828577 nanoseconds) > during expectMsgClass waiting for class > org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful > at scala.Predef$.assert(Predef.scala:179) > at > akka.testkit.TestKitBase$class.expectMsgClass_internal(TestKit.scala:423) > at akka.testkit.TestKitBase$class.expectMsgClass(TestKit.scala:410) > at akka.testkit.TestKit.expectMsgClass(TestKit.scala:718) > at akka.testkit.JavaTestKit.expectMsgClass(JavaTestKit.java:397) > at > org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase$1$1.run(ClusterShutdownITCase.java:92) > at akka.testkit.JavaTestKit$Within$1.apply(JavaTestKit.java:232) > at akka.testkit.TestKitBase$class.within(TestKit.scala:296) > at akka.testkit.TestKit.within(TestKit.scala:718) > at akka.testkit.TestKitBase$class.within(TestKit.scala:310) > at akka.testkit.TestKit.within(TestKit.scala:718) > at akka.testkit.JavaTestKit$Within.<init>(JavaTestKit.java:230) > at > org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase$1$1.<init>(ClusterShutdownITCase.java:72) > at > org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase$1.<init>(ClusterShutdownITCase.java:72) > at > org.apache.flink.runtime.resourcemanager.ClusterShutdownITCase.testClusterShutdown(ClusterShutdownITCase.java:71) > Results : > Failed tests: > ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout > (29897828577 nanoseconds) during expectMsgClass waiting for class > org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)