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 "Gergely Novák (JIRA)" <ji...@apache.org> on 2017/12/01 14:01:05 UTC

[jira] [Created] (YARN-7594) TestNMWebServices.testGetNMResourceInfo fails on trunk

Gergely Novák created YARN-7594:
-----------------------------------

             Summary: TestNMWebServices.testGetNMResourceInfo fails on trunk
                 Key: YARN-7594
                 URL: https://issues.apache.org/jira/browse/YARN-7594
             Project: Hadoop YARN
          Issue Type: Bug
          Components: nodemanager, webapp
            Reporter: Gergely Novák


{code}
// Access resource-2 should fail (null NMResourceInfo returned).
JSONObject json = response.getEntity(JSONObject.class);
assertIncludesException(json);
{code}
fails with
{noformat}
java.lang.AssertionError ...
    at org.apache.hadoop.yarn.server.nodemanager.webapp.TestNMWebServices.assertIncludesException(TestNMWebServices.java:541)
    at org.apache.hadoop.yarn.server.nodemanager.webapp.TestNMWebServices.testGetNMResourceInfo(TestNMWebServices.java:461)...
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org