-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18417. Upgrade to M7 of surefire plugin #4807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@steveloughran @ayushtkn This addresses the |
|
lgtm; let's see what yetus says |
50ba230 to
aa335ea
Compare
|
The builds aren't really providing any feedback, and local runs work as expected. The 1st build failed due to what appears to be a memory issue (exit code 137). The 2nd build failed during the 1st precommit-run complaining that the log file wasn't getting updated, but there were no other messages. I've rebased the patch to see if one of the changes since the pull request was started has an impact. |
|
I am not sure what's happening here with the build, but the unit test results seems incomplete here: I am not sure, might be some temporary issue, else need to see what got recently changed around the hadoop script or the Jenkins file, I have retriggered the build for now, if it still doesn't work try a rebase and push, if no luck let me know I will try to help and find some solution to unblock you. :-) |
|
do a rebase and push out to see what happens again... |
This addresses an issue where the plugin's default classpath for executing tests fails to include org.junit.platform.launcher.core.LauncherFactory. It adds failIfNoSpecifiedTests defaulted to false, as it is breaking the shaded client build and we are a multi module project, if you run "mvn clean test -Dtest=TestDistributedFileSystem" this is expected to work
aa335ea to
e12e53a
Compare
|
Rebased to determine current state. |
|
what's the state of this patch? |
|
Triggered the build and it failed with Not sure what it is, but I don't think it is something Jenkins related now, because this failed 6 times now, it can't be a coincidence |
|
💔 -1 overall
This message was automatically generated. |
|
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
Description of PR
This addresses an issue where the plugin's default classpath for executing tests fails to include org.junit.platform.launcher.core.LauncherFactory.
It adds
failIfNoSpecifiedTestsdefaulted to false, as it is breaking the shaded client build and we are a multi module project.if you run
mvn clean test -Dtest=TestDistributedFileSystemthis is expected to workHow was this patch tested?
Executed locally to replicate the original failure introduced by upgrading the plugin:
Running just a specific test across the entire project runs a single test without failing:
Running
NoUnitTestsacross the entire project runs no tests without failing:For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?