[TEST] wait for yellow before query execution

We can remove this once https://github.com/elastic/elasticsearch/pull/18759
is in.
This commit is contained in:
Britta Weber 2016-06-09 15:11:48 +02:00
parent 6202b63ba7
commit 053a615686

View File

@ -26,6 +26,8 @@ PUT /my_index
}
}
}
GET /_cluster/health?wait_for_status=yellow
--------------------------------------------------
// CONSOLE