mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
We wait for index templates to be installed before running tests, but these can get upgraded when the master node is upgraded. If we don't wait again in this case then tests can fail due to the cleanup code being overwhelmed by pending cluster state updates that weren't waited for before the test. Original commit: elastic/x-pack-elasticsearch@eff0b24c11