mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Improve test stability
This commit is contained in:
parent
9f04e5fe38
commit
a0e381ad3a
@ -44,6 +44,7 @@ public class CopyToMapperIntegrationTests extends ElasticsearchIntegrationTest {
|
||||
client().admin().indices().prepareCreate("test-idx")
|
||||
.addMapping("doc", createDynamicTemplateMapping())
|
||||
);
|
||||
ensureGreen("test-idx");
|
||||
|
||||
int recordCount = between(1, 200);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user