Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: acceptance-test-harness
-
Similar Issues:
Description
We have experienced some tests getting hung/stalled/stuck (for searches ) during the execution of the ATHs.
The symptom is very different tests hold in every execution and the build doesn't finish.
After a lot of analysis, I've found out that it's because of the connection used for testing if Jenkins is ready not being closed.
This issue may impact a lot of people, a lot of tests with very different symptoms. If you have a test restarting Jenkins in your ATH test and your tests don't finish getting hung in very different tests, perhaps you are facing this issue.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR #502 (Web Link)" [ 22587 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
PR with the fix: https://github.com/jenkinsci/acceptance-test-harness/pull/502
So far so good, but it was not easy.