-
-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Try to avoid test hangs #3055
Try to avoid test hangs #3055
Conversation
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
Maybe it will be better to directly call |
Maybe. @varmenise’s code; I am not too interested in editing it heavily, I just want it to stop causing CI outages. |
CI failure looks random:
|
Windows build passed, but I triggered it again anyway. |
I am not sure what this
is about. There is no such test class or test method that I can see, in this repo or anywhere else. I do not have workspace view permission even if the workspace still exists. |
|
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.
🐝 whatever works
FTR this was |
Ah, perhaps because we are archiving |
Observed a couple CI builds of older core branches hanging in this test for hours, I suspect because the test was failing to find the expected task but it was doing so in an endless loop that could not respond to
Thread.interrupt
despite the standard 3m timeout inJenkinsRule
.Possible that jenkinsci/jenkins-test-harness#67 (integrated in #2959) would have helped.
@reviewbybees