mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-29 03:18:26 +00:00
Mute testKeepTranslogAfterGlobalCheckpoint (#53510)
This change mutes a test that fails reproducibly in InternalEngineTests. Relates #53505
This commit is contained in:
parent
5b08ea84c9
commit
0353b804bf
@ -4828,6 +4828,7 @@ public class InternalEngineTests extends EngineTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53505")
|
||||
public void testKeepTranslogAfterGlobalCheckpoint() throws Exception {
|
||||
IOUtils.close(engine, store);
|
||||
final IndexSettings indexSettings = new IndexSettings(defaultSettings.getIndexMetaData(), defaultSettings.getNodeSettings(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user