mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
* This speeds up the test from an average 25s down to 7s runtime * There is no need for artificially slowing down the snapshot to reproduce the issue of an out of sync routing table in practice. Over hundreds of test runs the test's snapshot shard service still runs in the index not found exception every time reproducing this issue. * Relates #36294