mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Monitoring creates indices concurrently to the test execution. In that case ensureYellow might not be enough and will cause test-failures when shards are not active etc. This change uses a new method added in core to ensure shards are not initializing anymore. relates elastic/x-pack-elasticsearch#2672 Relates to elastic/elasticsearch#28416 Original commit: elastic/x-pack-elasticsearch@661e87f2ee