You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/11/06 01:07:35 UTC

[jira] [Commented] (YARN-2650) TestRMRestart#testRMRestartGetApplicationList sometimes fails in trunk

    [ https://issues.apache.org/jira/browse/YARN-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199420#comment-14199420 ] 

Ted Yu commented on YARN-2650:
------------------------------

Running on Linux, the following test failed - as of commit bc80251b1212eca286b48c27b2d1ec1094d20a6a :
{code}
Failed tests:
  TestRMRestart.testRMRestartGetApplicationList:954
rMAppManager.logApplicationSummary(
    isA(org.apache.hadoop.yarn.api.records.ApplicationId)
);
Wanted 3 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList(TestRMRestart.java:954)
But was 2 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.handle(RMAppManager.java:65)
{code}

> TestRMRestart#testRMRestartGetApplicationList sometimes fails in trunk
> ----------------------------------------------------------------------
>
>                 Key: YARN-2650
>                 URL: https://issues.apache.org/jira/browse/YARN-2650
>             Project: Hadoop YARN
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>         Attachments: TestRMRestart.tar.gz
>
>
> I got the following failure running on Linux:
> {code}
>   TestRMRestart.testRMRestartGetApplicationList:952
> rMAppManager.logApplicationSummary(
>     isA(org.apache.hadoop.yarn.api.records.ApplicationId)
> );
> Wanted 3 times:
> -> at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList(TestRMRestart.java:952)
> But was 2 times:
> -> at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.handle(RMAppManager.java:64)
> {code}



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