maheshrajus opened a new pull request, #521: URL: https://github.com/apache/tez/pull/521
#### Root causes and fixes: TestMRRJobsDAGApi.testMultipleMRRSleepJobViaSession **(DAG SUCCEEDED ≠ AM READY)** In session mode, DAG reaching SUCCEEDED does not mean the AM session has transitioned back to READY. there is a short cleanup window. On slow CI the subsequent getAppMasterStatus() call returned RUNNING instead of READY. Add tezSession.waitTillReady() before each assertEquals(READY, ...) so the test waits for the actual state transition. -- 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]
