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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to