Skip to content
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

Fix yaml tests not deleting newly defined hidden indices #4447

Merged
merged 2 commits into from Feb 24, 2020

Conversation

Mpdreamz
Copy link
Member

Before we were not deleting system indices only .ml-*

However this started to become an issue because it left closed indices
around. This might be related to .ml indices now being hidden.

Warrants more investigation as the new solution deleting all indices all
the time is definitely a bit slower

Before we were not deleting system indices only `.ml-*`

However this started to become an issue because it left closed indices
around. This might be related to .ml indices now being hidden.

Warrants more investigation as the new solution deleting all indices all
the time is definitely a bit slower
@Mpdreamz
Copy link
Member Author

Merging this in as client-ci is happy.

@Mpdreamz Mpdreamz merged commit 4906f6d into 7.x Feb 24, 2020
@Mpdreamz Mpdreamz deleted the fix/7.x/fix-yaml-tests branch February 24, 2020 21:21
github-actions bot pushed a commit that referenced this pull request Feb 24, 2020
* Fix yaml tests not deleting newly defined hidden indices

Before we were not deleting system indices only `.ml-*`

However this started to become an issue because it left closed indices
around. This might be related to .ml indices now being hidden.

Warrants more investigation as the new solution deleting all indices all
the time is definitely a bit slower

* update refresh and delete to include hidden indices
@github-actions

This comment has been minimized.

Mpdreamz added a commit that referenced this pull request Feb 24, 2020
* Fix yaml tests not deleting newly defined hidden indices

Before we were not deleting system indices only `.ml-*`

However this started to become an issue because it left closed indices
around. This might be related to .ml indices now being hidden.

Warrants more investigation as the new solution deleting all indices all
the time is definitely a bit slower

* update refresh and delete to include hidden indices

(cherry picked from commit 4906f6d)
@Mpdreamz
Copy link
Member Author

Manually backported to master and ran the yaml tests locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants