-
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] SearchIT.testCountAllIndicesNoQuery failed on master #35644
Comments
Pinging @elastic/es-search-aggs |
I found two similar looking ones: |
The error in the later log looks similar to the one from three weeks ago:
|
Possibly related to #35450 which is caused by a sneaky |
Adding logging to confirm the suspicion that there might be another old index lingering around in the test cluster in cases where this test occasionally fails.
I added some logging to the test in c595a73 that hopefully helps to confirm the above suspicion about the lingering index once this fails again. |
* elastic/master: (36 commits) Add check for minimum required Docker version (elastic#36497) Minor search controller changes (elastic#36479) Add default methods to DocValueFormat (elastic#36480) Fix the mixed cluster REST test explain/11_basic_with_types. Modify `BigArrays` to take name of circuit breaker (elastic#36461) Move LoggedExec to minimumRuntime source set (elastic#36453) added 6.5.4 version Add test logging for elastic#35644 Tests- added helper methods to ESRestTestCase for checking warnings (elastic#36443) SQL: move requests' parameters to requests JSON body (elastic#36149) [Zen2] Respect the no_master_block setting (elastic#36478) Require soft-deletes when access changes snapshot (elastic#36446) Switch more tests to zen2 (elastic#36367) [Painless] Add extensive tests for def to primitive casts (elastic#36455) Add setting to bypass Rollover action (elastic#36235) Try running CI against Zulu (elastic#36391) [DOCS] Reworked the shard allocation filtering info. (elastic#36456) Log [initial_master_nodes] on formation failure (elastic#36466) converting ForbiddenPatternsTask to .java (elastic#36194) fixed typo ...
does not reproduce for me
Thanks to @cbuescher extra logging we can see:
which confirms that .tasks index with one document is present when it was not expected to be
|
Failed for me on a PR-build, captured the following log:
Without any knowledge about the test, the |
This change ensures that TasksIT#testGetValidTask and ReindexIT#testReindexTask don't leave a non-completed task on the cluster when they finish. Closes elastic#35644
) This change ensures that TasksIT#testGetValidTask and ReindexIT#testReindexTask don't leave a non-completed task on the cluster when they finish. Closes #35644
) This change ensures that TasksIT#testGetValidTask and ReindexIT#testReindexTask don't leave a non-completed task on the cluster when they finish. Closes #35644
This logging was added to get better insight into elastic#35644 which was closed by
Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=amazon/62/console
Failure:
Reproduce with:
Could not reproduce locally.
The text was updated successfully, but these errors were encountered: