-
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] RestClientSingleHostIntegTests.testGetWithBody failed on master #29558
Comments
Pinging @elastic/es-core-infra |
I had a look, saw that there's a couple more recent failures that are similar. But it doesn't repro for me and I can't quite see at first glance what the problem could be, nor can I reproduce it when running multiple iterations of this test. |
Another example in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+matrix-java-periodic/ES_BUILD_JAVA=java10,ES_RUNTIME_JAVA=java10,nodes=linux/5/console
Again no reproduce line in logs and would not reproduce locally. |
it looks like the http server the test sets up crashed, no info as to why (I logged onto the server and couldn't find anything telling in the build folder) |
another one here https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+multijob-unix-compatibility/os=amazon/20/console
Wild assumption: I do somewhat remember that the default HttpServer does not have an executor configured (meaning it does not use one and uses the thread it used to bind to the port), so if anyone else connects to that port, I dont know how the HttpServer reacts. |
this has failed again: I cannot reproduce, but here would be the command:
It has failed 12 times in the last 30 days. I am AwaitsFix'ing it for UPDATE: nevermind. cannot use AwaitsFix here since the client tests don't have the lucene test framework. The leading theory is that this is an infra issue, but not clear why UPDATE2: I do not believe this has to do with any specific one of these test methods, but the suite in general. testDeleteWithBody,testHeaders,testEncodeParams,testGetWithBody have all failed on CI recently. @jasontedor (thanks!) pointed out that one suspicious test to blame may be |
This was failing many times per day, and now since #30504 it has not failed at all. This increases my level of hope that we have solved this one. |
thanks @jasontedor, I've taken another look and it has continued passing since. I will go ahead and close this. |
Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=debian/2325/console
No reproduce line was printed.
Failures:
The text was updated successfully, but these errors were encountered: