[CI] ClusterStateApiTests.testWaitForMetaDataVersion sometimes fails #37378
Labels
:Core/Infra/Core
Core issues without another label
:Distributed/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
>test-failure
Triaged test failures from CI
ClusterStateApiTests.testWaitForMetaDataVersion has failed once today:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/965/console
And once on the 8th:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+release-tests/319/console
Both times on 6.x.
Reproduce line (does not reproduce locally):
The test fails with this after an
assertBusy
times out waiting for it to pass:When this happens, it also appears to leak a thread, as this exception appears right beside it both times:
This is a pretty funny-looking failure, as it's failing after waiting 10 seconds for a request to hit a timeout of 1 second. Could be a slow-CI-worker type failure?
It also looks like this test was added pretty recently (Nov. 26) but didn't start failing until Jan. 8.
The text was updated successfully, but these errors were encountered: