remove ensureGreen for debugging
This commit is contained in:
parent
7ff4681e5f
commit
44382ae629
|
@ -72,7 +72,6 @@ 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;
|
||||
|
|
|
@ -61,7 +61,6 @@ public class ValueCountTests extends ElasticsearchIntegrationTest {
|
|||
}
|
||||
client().admin().indices().prepareFlush().execute().actionGet();
|
||||
client().admin().indices().prepareRefresh().execute().actionGet();
|
||||
ensureGreen();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue