Maximilian Michels created FLINK-3601:
-----------------------------------------

             Summary: JobManagerTest times out on StopSignal test
                 Key: FLINK-3601
                 URL: https://issues.apache.org/jira/browse/FLINK-3601
             Project: Flink
          Issue Type: Bug
          Components: JobManager, Tests
    Affects Versions: 1.1.0
            Reporter: Maximilian Michels
            Assignee: Maximilian Michels
            Priority: Minor


{noformat}
testStopSignal(org.apache.flink.runtime.jobmanager.JobManagerTest)  Time 
elapsed: 8.018 sec  <<< FAILURE!
java.lang.AssertionError: assertion failed: timeout (3 seconds) during 
expectMsgClass waiting for class 
org.apache.flink.runtime.messages.JobManagerMessages$JobResultSuccess
        at scala.Predef$.assert(Predef.scala:165)
        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.jobmanager.JobManagerTest$2.<init>(JobManagerTest.java:273)
        at 
org.apache.flink.runtime.jobmanager.JobManagerTest.testStopSignal(JobManagerTest.java:237)
{noformat}

I propose to replace the default timeout per {{expectMsg}} of 3 seconds with a 
total test duration of 15 seconds.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to