snmvaughan commented on PR #4724: URL: https://github.com/apache/hadoop/pull/4724#issuecomment-1216056960
This looks like an example of a flaky test, where a previous test execution affects tests that follow. Specifically the reported failed test is `testRollback` which does not start any JournalNodes, and yet the output includes a waiting `JournalNodeSyncer` thread. Running `testRollback` alone never calls the patched servlet `GetJournalEditServlet`. -- 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]
