-
Notifications
You must be signed in to change notification settings - Fork 98
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
[JENKINS-62014] Refiling PR #137 to investigate test failures #139
Conversation
Well, the previous test failures went away, but new ones took their place:
|
The I saw one of these fail locally once, but have not seen either of them fail since then. Maybe it's just a timing issue? I will try adding some |
…nts are disconnected
That didn't help. I guess the next thing would be to check a fresh build of I'm still not sure exactly what is going on with |
…fore agents are disconnected" This reverts commit 8cbe08d.
Interesting, the |
#118 may fix this issue. |
I'm not sure, but going by the description of the failures in this comment in JENKINS-59152 I think #118 was attempting to fix different issues with the test that were addressed by jenkinsci/jenkins#4225. I will try adding a sleep at the end of the test though to see if it's just a timing issue. |
This could also be fallout from jenkinsci/jenkins-test-harness#166. |
Yeah that is definitely the proximate cause of why the test is failing, but the behavior of the scenario being tested should be the same with or without that PR, so I am trying to figure out if the |
Well, there are new flaky tests, but as far as I wonder if |
Ok, perfect, that failure tells us that the build never actually completed, and the test actually failed because of an |
jenkinsci/jenkins-test-harness#236 should help make this kind of failure much easier to diagnose. |
Perfect, now we see the real problem with
Looks like there were also some new flakes in |
…in ShellStepTest.abort
…tput is received from the sh step
Wow, it passed! I think that's all of the consistently failing tests. There were some other random ones I saw, but I'm going to leave them for now. I'm going to create a new PR to update #137 without all of the back-and-forth investigative commits here and then I'll close this PR. |
Fixes have all been pushed into #137. |
See #137. This PR updates many dependencies using the plugin BOM as a speculative fix for the test failures seen in the CI build of that PR. This PR also stops building against Windows on Java 11 since it is largely redundant with the other branches.