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 79b0b83 commit 8374d51Copy full SHA for 8374d51
server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java
@@ -339,6 +339,7 @@ public void testInOrderScrollOptimization() throws Exception {
339
dir.close();
340
}
341
342
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94912")
343
public void testTerminateAfterEarlyTermination() throws Exception {
344
Directory dir = newDirectory();
345
IndexWriterConfig iwc = newIndexWriterConfig();
0 commit comments