Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LocalIndicesCleanerTests with hidden index (#53066)
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
- Loading branch information