File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
server/src/internalClusterTest/java/org/elasticsearch/index/engine Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -660,9 +660,6 @@ tests:
660660- class : org.elasticsearch.gradle.TestClustersPluginFuncTest
661661 method : override jdk usage via ES_JAVA_HOME for known jdk os incompatibilities
662662 issue : https://github.com/elastic/elasticsearch/issues/135413
663- - class : org.elasticsearch.index.engine.MergeWithFailureIT
664- method : testFailedMergeDeadlock
665- issue : https://github.com/elastic/elasticsearch/issues/135443
666663
667664# Examples:
668665#
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public void testFailedMergeDeadlock() throws Exception {
321321 ensureRed (indexName );
322322
323323 // verify that the shard store is effectively closed
324- assertTrue (plugin .shardStoreClosedListener . isDone () );
324+ safeGet (plugin .shardStoreClosedListener );
325325
326326 if (closingThread != null ) {
327327 closingThread .join ();
You can’t perform that action at this time.
0 commit comments