You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/03/29 15:05:00 UTC

[jira] [Updated] (FLINK-6645) JobMasterTest failed on Travis

     [ https://issues.apache.org/jira/browse/FLINK-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek updated FLINK-6645:
------------------------------------
    Fix Version/s:     (was: 1.5.0)

> JobMasterTest failed on Travis
> ------------------------------
>
>                 Key: FLINK-6645
>                 URL: https://issues.apache.org/jira/browse/FLINK-6645
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Priority: Blocker
>              Labels: test-stability
>
> {code}
> Failed tests: 
>   JobMasterTest.testHeartbeatTimeoutWithResourceManager:220 
> Wanted but not invoked:
> resourceManagerGateway.disconnectJobManager(
>     be75c925204aede002136b15238f88b4,
>     <any>
> );
> -> at org.apache.flink.runtime.jobmaster.JobMasterTest.testHeartbeatTimeoutWithResourceManager(JobMasterTest.java:220)
> However, there were other interactions with this mock:
> resourceManagerGateway.registerJobManager(
>     82d774de-ed78-4670-9623-2fc6638fbbf9,
>     11b045ea-8b2b-4df0-aa02-ef4922dfc632,
>     jm,
>     "b442340a-7d3d-49d8-b440-1a93a5b43bb6",
>     be75c925204aede002136b15238f88b4,
>     100 ms
> );
> -> at org.apache.flink.runtime.jobmaster.JobMaster$ResourceManagerConnection$1.invokeRegistration(JobMaster.java:1051)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)