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()]));
|
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()));
|
.endObject()));
|
||||||
}
|
}
|
||||||
indexRandom(true, builders);
|
indexRandom(true, builders);
|
||||||
|
ensureGreen(); // wait until we are ready to serve requests
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract void testEmptyAggregation() throws Exception;
|
public abstract void testEmptyAggregation() throws Exception;
|
||||||
|
|
Loading…
Reference in New Issue