await fix testRecoveryWaitsForOps
This commit is contained in:
parent
204df2a199
commit
b1f0d8f4cf
|
@ -128,6 +128,8 @@ public class EvilPeerRecoveryIT extends ESIntegTestCase {
|
|||
@TestLogging("_root:DEBUG,org.elasticsearch.action.bulk:TRACE,org.elasticsearch.action.get:TRACE,discovery:TRACE," +
|
||||
"org.elasticsearch.cluster.service:TRACE,org.elasticsearch.indices.recovery:TRACE," +
|
||||
"org.elasticsearch.indices.cluster:TRACE,org.elasticsearch.index.shard:TRACE")
|
||||
@AwaitsFix(bugUrl =
|
||||
"boaz is looking into failures: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/1545")
|
||||
public void testRecoveryWaitsForOps() throws Exception {
|
||||
final int docs = randomIntBetween(1, 64);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue