We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3bd10 commit c688e59Copy full SHA for c688e59
server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
@@ -1812,6 +1812,7 @@ public void testTragicEventCanBeAnyException() throws IOException {
1812
assertTrue(translog.getTragicException() instanceof UnknownException);
1813
}
1814
1815
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29509")
1816
public void testFatalIOExceptionsWhileWritingConcurrently() throws IOException, InterruptedException {
1817
Path tempDir = createTempDir();
1818
final FailSwitch fail = new FailSwitch();
0 commit comments