joseluisll commented on PR #8638: URL: https://github.com/apache/hadoop/pull/8638#issuecomment-5139523422
The cause of the error is a stale CI workspace: the 3 failed tests belong to TestBlockTokenZeroLifetimeWithDFS, which I removed in the commit b0ce37d; the compiled class survived in the Jenkins workspace and was picked up by surefire. I reproduced this is my workspace: a mvn clean, compile and test works, but if I paste into target/test-classes the TestBlockTokenZeroLifetimeWithDFS.class from commit 150cd8d, then the exact same 3 errors of the CI appear. Also, run #3 appears to have hung after 27 hours and produced no report. could you trigger the build again? _On a clean workspace this should come back green._ Thank you for your time. -- 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]
