mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
wait for green in tests for now
This commit is contained in:
parent
88d829ad78
commit
5d2c334bbd
@ -86,6 +86,7 @@ public class MissingTests extends ElasticsearchIntegrationTest {
|
||||
}
|
||||
|
||||
indexRandom(true, builders.toArray(new IndexRequestBuilder[builders.size()]));
|
||||
ensureGreen(); // wait until we are ready to serve requests
|
||||
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ public abstract class AbstractNumericTests extends ElasticsearchIntegrationTest
|
||||
.endObject()));
|
||||
}
|
||||
indexRandom(true, builders);
|
||||
|
||||
ensureGreen(); // wait until we are ready to serve requests
|
||||
}
|
||||
|
||||
public abstract void testEmptyAggregation() throws Exception;
|
||||
|
Loading…
x
Reference in New Issue
Block a user