Mute failing test in IndexRecoveryIT (#62865) (#62868)

Relates #62863
This commit is contained in:
Daniel Mitterdorfer 2020-09-24 15:16:40 +02:00 committed by GitHub
parent e323c5245b
commit 00ce1d7e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1765,6 +1765,8 @@ public class IndexRecoveryIT extends ESIntegTestCase {
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED)); assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
public void testPeerRecoveryTrimsLocalTranslog() throws Exception { public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
internalCluster().startNode(); internalCluster().startNode();
List<String> dataNodes = internalCluster().startDataOnlyNodes(2); List<String> dataNodes = internalCluster().startDataOnlyNodes(2);