mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
awaitFix testCorruptTranslogTruncationOfReplica
see https://github.com/elastic/elasticsearch/issues/25817
This commit is contained in:
parent
febb4bf7bc
commit
de6ad7a704
@ -223,6 +223,7 @@ public class TruncateTranslogIT extends ESIntegTestCase {
|
||||
expectSeqNoRecovery ? equalTo(0) : greaterThan(0));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25817")
|
||||
public void testCorruptTranslogTruncationOfReplica() throws Exception {
|
||||
internalCluster().startNodes(2, Settings.EMPTY);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user