[
https://issues.apache.org/jira/browse/FLINK-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maximilian Michels resolved FLINK-3601.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
Thanks for the reminder! Had a fix already.
Increased timeout with 130a22d6c8839018068a8a000b4a2ed6a1ab3d49.
> 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
> Labels: test-stability
> Fix For: 1.1.0
>
>
> {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)