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 f91dd90 commit 5924df1Copy full SHA for 5924df1
server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
@@ -2285,6 +2285,7 @@ public void testRecoveryFromAFutureGenerationCleansUp() throws IOException {
2285
* Tests the situation where the node crashes after a translog gen was committed to lucene, but before the translog had the chance
2286
* to clean up its files.
2287
*/
2288
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46267")
2289
public void testRecoveryFromFailureOnTrimming() throws IOException {
2290
Path tempDir = createTempDir();
2291
final FailSwitch fail = new FailSwitch();
0 commit comments