OpenSearch/modules
Nik Everett 4db21db0aa Wait for all reindex subtasks before rethrottling
In the test for reindex and friend's rethrottling feature we were waiting
only for a single reindex sub task to start before rethrottling. This
mostly worked because starting tasks is fast. But it didn't *always work
and CI found that for us. This fixes the test to wait for all subtasks
to start before rethrottling.

I reproduced this locally semi-consistently with some fairly creative
`Thread.sleep` calls and this test fix fixes the issue even with the
sleeps so I'm fairly sure this will work consistently.

Closes #21446
2016-11-10 10:49:25 -05:00
..
aggs-matrix-stats Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
ingest-common Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
lang-expression Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
lang-groovy Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
lang-mustache Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
lang-painless Implement reading from null safe dereferences 2016-11-09 07:20:11 -05:00
percolator Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
reindex Wait for all reindex subtasks before rethrottling 2016-11-10 10:49:25 -05:00
transport-netty3 Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
transport-netty4 Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00