-
Notifications
You must be signed in to change notification settings - Fork 130
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
Let SimpleCommandLauncher
kill the agent JVM more promptly when disconnected
#921
Conversation
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.
Seems fine. Do you think it is worth running through the PCT to check if it causes any problems for agent disconnection/restart related tests?
That does sound prudent. I will have to look up how to test a JTH bump in PCT. |
Turns out it is pretty complex due to a history of core changes: jenkinsci/plugin-compat-tester#746 |
…ase `FasterKill` should be skipped
yeah you need to backport this change to the pre jetty 12 line of the test harness and then make a PR to plugin-compat-tester updating the minimum versions of JTH on both lines, then PR to bom with the updated PCT version |
I think I am not going to bother with all that. Will try this in a couple of plugins, and if later it turns out to cause any issues, we can just revert/amend. |
Breaks |
This reverts commit 06190e8. It seemed to mostly work, but not in one case.
jenkinsci/support-core-plugin#624 still not stable. I think I actually meant to use |
jenkinsci/support-core-plugin#624 (comment)