Chandni Singh created YARN-8341:
-----------------------------------
Summary: Yarn Service: Integration tests
Key: YARN-8341
URL: https://issues.apache.org/jira/browse/YARN-8341
Project: Hadoop YARN
Issue Type: Improvement
Reporter: Chandni Singh
Assignee: Chandni Singh
In order to test the rest api end-to-end, we can add Integration tests for Yarn
service api.
The integration tests
* belong to junit category {{IntegrationTest}}.
* will be only run when triggered by executing {{mvn failsafe:integration-test}}
* the surefire plugin for regular tests excludes {{IntegrationTest}}
* RM host, user name, and any additional properties which are needed to execute
the tests against a cluster can be passed as System properties.
For eg. {{mvn failsafe:integration-test -Drm.host=localhost -Duser.name=root}}
We can add more integration tests which can check scalability and performance.
Have these tests here benefits everyone in the community because anyone can run
these tests against there cluster.
Attaching a work in progress patch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]