-
Notifications
You must be signed in to change notification settings - Fork 24.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
[CI] TestClustersPluginIT.testMultiNode failure #41256
Comments
Pinging @elastic/es-core-infra |
I tried to reproduce this both locally and on an identical worker but it won't reproduce. |
This test failed again on my PR build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-1/12570/testReport/org.elasticsearch.gradle.testclusters/TestClustersPluginIT/testMultiProject/ Looks like a similar but not identical error:
Will leave test unmuted for now and retry PR. |
Once more, seems it fails frequently on my PRs: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-1/12727/testReport/ though not on all PR builds: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-1/12703/ |
Turns out the last failures were for Muted |
Both the affected tests are failing again:
In both cases the error is:
I guess some CI workers are slower than others and the startup time could be longer than expected due to a slow CI worker, so in case it's useful the |
@droberts195 can you merge master in and try again please ? I added additional logging to see what the issue is. |
My PR is merged now, as I managed to get a green build after rerunning the tests - they got assigned to an Ubuntu worker on the run that succeeded. I see that both the workers that had problems for my PR have been replaced in Jenkins. So maybe there was something dodgy about those Debian workers. |
@atorok was fa98c5e the commit with the extra logging? If so a failure of That build also ran on a Debian worker... |
That's the right commit, but I'm not seeing the additional logs I was expecting |
muted in 54f7113b2e8 |
Tracked in elastic#41256
Backported muting of testMultiProject to 7.1, failed here: |
- Moves the example project builds into their own project - switch to doing an assemble only rather than a full check - Remove most of testclusters IT - this is a central piece of test infrastructure now widely use we would for sure catch any fallout in all the other tests. Closes elastic#41256 elastic#41256
This test failed on my master PR build. I have not been able to reproduce it locally. Unsure if it relates to #37889.
This seems to be the primary problem:
leading to:
testMultiNode.zip
The text was updated successfully, but these errors were encountered: