You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/05/19 15:40:05 UTC

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

Chesnay Schepler created FLINK-6645:
---------------------------------------

             Summary: 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


{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
(v6.3.15#6346)