mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
[TEST] Don't wait for relocations - the ensureYellow() call does that already
This commit is contained in:
parent
8909a77724
commit
fd19b42cbb
@ -235,7 +235,6 @@ public class BasicBackwardsCompatibilityTest extends ElasticsearchBackwardsCompa
|
|||||||
for (int i = 0; i < numIters; i++) {
|
for (int i = 0; i < numIters; i++) {
|
||||||
assertHitCount(client().prepareCount().get(), numDocs);
|
assertHitCount(client().prepareCount().get(), numDocs);
|
||||||
}
|
}
|
||||||
ensureGreen(); // wait for all the relocation
|
|
||||||
assertVersionCreated(compatibilityVersion(), "test");
|
assertVersionCreated(compatibilityVersion(), "test");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user