mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
e323c5245b
commit
00ce1d7e4b
@ -1765,6 +1765,8 @@ public class IndexRecoveryIT extends ESIntegTestCase {
|
||||
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
|
||||
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
|
||||
internalCluster().startNode();
|
||||
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user