-
Notifications
You must be signed in to change notification settings - Fork 25k
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] LocalIndicesCleanerTests.testHandlesWatcherHistory fails reproducibly #53025
Labels
Comments
mark-vieira
added
>test-failure
Triaged test failures from CI
:Data Management/Watcher
labels
Mar 2, 2020
Pinging @elastic/es-core-features (:Core/Features/Watcher) |
Since this reproduces I've muted this in |
This one is probably caused by changing this index to be hidden. I will look into it. |
jaymode
added a commit
to jaymode/elasticsearch
that referenced
this issue
Mar 3, 2020
The LocalIndicesCleanerTests#testHandlesWatcherHistory creates random watch history indices with a version of 1-20. When the version is 11, this matches the existing watch history template that has the index.hidden setting set to true and the check for indices in this test did not include hidden indices. The change here updates the indices options to include hidden indices. Closes elastic#53025
jaymode
added a commit
to jaymode/elasticsearch
that referenced
this issue
Mar 3, 2020
The LocalIndicesCleanerTests#testHandlesWatcherHistory creates random watch history indices with a version of 1-20. When the version is 11, this matches the existing watch history template that has the index.hidden setting set to true and the check for indices in this test did not include hidden indices. The change here updates the indices options to include hidden indices. Closes elastic#53025
jaymode
added a commit
that referenced
this issue
Mar 4, 2020
The LocalIndicesCleanerTests#testHandlesWatcherHistory creates random watch history indices with a version of 1-20. When the version is 11, this matches the existing watch history template that has the index.hidden setting set to true and the check for indices in this test did not include hidden indices. The change here updates the indices options to include hidden indices. Closes #53025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test has failed a few times no on
master
:The example above reproduced for me locally.
https://gradle-enterprise.elastic.co/s/qevr265r5v2bo/tests/iu7lux6ygquas-ar7w2ggk5jvdw
The text was updated successfully, but these errors were encountered: