parent
d01436de3c
commit
88d862e69f
|
@ -1023,6 +1023,7 @@ public class IndexShardTests extends IndexShardTestCase {
|
|||
closeShards(replicaShard, primaryShard);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35850")
|
||||
public void testRestoreLocalHistoryFromTranslogOnPromotion() throws IOException, InterruptedException {
|
||||
final IndexShard indexShard = newStartedShard(false);
|
||||
final int operations = 1024 - scaledRandomIntBetween(0, 1024);
|
||||
|
@ -1087,6 +1088,7 @@ public class IndexShardTests extends IndexShardTestCase {
|
|||
closeShard(indexShard, false);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35850")
|
||||
public void testRollbackReplicaEngineOnPromotion() throws IOException, InterruptedException {
|
||||
final IndexShard indexShard = newStartedShard(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue