remove ensureGreen for debugging

This commit is contained in:
Simon Willnauer 2013-12-09 11:04:33 +01:00
parent 7ff4681e5f
commit 44382ae629
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -61,7 +61,6 @@ public class ValueCountTests extends ElasticsearchIntegrationTest {
}
client().admin().indices().prepareFlush().execute().actionGet();
client().admin().indices().prepareRefresh().execute().actionGet();
ensureGreen();
}
@Test