mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
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…
x
Reference in New Issue
Block a user