mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 20:08:56 +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()));
|
.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;
|
||||||
|
@ -61,7 +61,6 @@ public class ValueCountTests extends ElasticsearchIntegrationTest {
|
|||||||
}
|
}
|
||||||
client().admin().indices().prepareFlush().execute().actionGet();
|
client().admin().indices().prepareFlush().execute().actionGet();
|
||||||
client().admin().indices().prepareRefresh().execute().actionGet();
|
client().admin().indices().prepareRefresh().execute().actionGet();
|
||||||
ensureGreen();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user