mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 01:16:09 +00:00
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…
x
Reference in New Issue
Block a user