slfan1989 opened a new pull request, #4484: URL: https://github.com/apache/hadoop/pull/4484
JIRA: YARN-11192. TestRouterWebServicesREST failing after YARN-9827. In [YARN-9827](https://issues.apache.org/jira/browse/YARN-9827), the following modifications: ``` GenericExceptionHandler should respond with SERVICE_UNAVAILABLE in case of connection and service unavailable exception instead of INTERNAL_SERVICE_ERROR. ``` This modification caused some of YARN Federation's TestRouterWebServicesREST unit tests to fail ``` [ERROR] Tests run: 201, Failures: 15, Errors: 0, Skipped: 0, Flakes: 2 ..... [ERROR] org.apache.hadoop.yarn.server.router.webapp.TestRouterWebServicesREST.testUpdateAppStateXML(org.apache.hadoop.yarn.server.router.webapp.TestRouterWebServicesREST) [ERROR] Run 1: TestRouterWebServicesREST.testUpdateAppStateXML:774 expected:<500> but was:<503> [ERROR] Run 2: TestRouterWebServicesREST.testUpdateAppStateXML:774 expected:<500> but was:<503> [ERROR] Run 3: TestRouterWebServicesREST.testUpdateAppStateXML:774 expected:<500> but was:<503> ``` Report-URL: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4464/5/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
