File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/index/engine Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121
2222import com .carrotsearch .hppc .cursors .ObjectObjectCursor ;
2323import com .carrotsearch .randomizedtesting .generators .RandomNumbers ;
24+
2425import org .apache .logging .log4j .Level ;
2526import org .apache .logging .log4j .LogManager ;
2627import org .apache .logging .log4j .Logger ;
@@ -5319,6 +5320,7 @@ private void assertOperationHistoryInLucene(List<Engine.Operation> operations) t
53195320 }
53205321 }
53215322
5323+ @ AwaitsFix (bugUrl ="https://github.com/elastic/elasticsearch/pull/38285" )
53225324 public void testKeepMinRetainedSeqNoByMergePolicy () throws IOException {
53235325 IOUtils .close (engine , store );
53245326 Settings .Builder settings = Settings .builder ()
You can’t perform that action at this time.
0 commit comments