Skip to content

Commit c688e59

Browse files
committed
Mute TranslogTests#testFatalIOExceptionsWhileWritingConcurrently
This test has been failing quite a few times with a suite timeout, opened #29509 for it.
1 parent bb3bd10 commit c688e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,7 @@ public void testTragicEventCanBeAnyException() throws IOException {
18121812
assertTrue(translog.getTragicException() instanceof UnknownException);
18131813
}
18141814

1815+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29509")
18151816
public void testFatalIOExceptionsWhileWritingConcurrently() throws IOException, InterruptedException {
18161817
Path tempDir = createTempDir();
18171818
final FailSwitch fail = new FailSwitch();

0 commit comments

Comments
 (0)