-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Disable DisablePluginCommandTest #3772
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
Disable DisablePluginCommandTest #3772
Conversation
oleg-nenashev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge it if it blocks the release
Given the existence of 2.152, that's unlikely. |
8ace7d0 to
b390207
Compare
|
Being in: Executing:
The output is fine: Do you have any extra information to reproduce the problem? |
|
https://ci.jenkins.io/job/Core/job/jenkins/job/PR-3728/16/execution/node/69/log/?consoleFull exhibited the same problem (the pipeline part running on Linux JDK8, unsure whether that's relevant). Excerpt: @MRamonLeon I still don't know how to reproduce this, but it's clearly happening on systems that aren't just mine. |
|
Also seems to have affected this core master build. Here's what the previous, successful build looked like: Here's the one with the failing test: |
|
I think @varyvol looked at this a while ago and identified the specific problem, so pinging him. KK tells me the staging of a security update earlier this week was affected by this as well, although it finally went through for him. |
|
@daniel-beck I had this issue, but I think it was not raised by this specific test. The problem then was the test was trying to restart the test instance, and that makes JUnit to go crazy. |
|
@daniel-beck The errors raised due to the Jenkins instance being null. The |
|
If the test is still failing after these both PRs get merged, I'll try removing the tests with restart. |
|
I discovered this problem independently in #3804. |
|
I think I have this. |


Steps to reproduce (for me):
mvn -Dfindbugs.skip=true -Dtest=DisablePluginCommandTest clean installResult:
https://gist.github.com/daniel-beck/59cddf409b384483c002f162a3b35f65
It continued to run for a while until I aborted it. I have no idea whether it ever finishes, or will just continue to run the test over and over.
I have no idea what's going on here. Perhaps the author @MRamonLeon knows?