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 c4b8cc9 commit 8f1f10bCopy full SHA for 8f1f10b
server/src/internalClusterTest/java/org/elasticsearch/index/engine/MergeWithFailureIT.java
@@ -359,7 +359,7 @@ public void testFailedMergeDeadlock() throws Exception {
359
ensureRed(indexName);
360
361
// verify that the shard store is effectively closed
362
- assertTrue(plugin.shardStoreClosedListener.isDone());
+ safeGet(plugin.shardStoreClosedListener);
363
364
if (closingThread != null) {
365
closingThread.join();
0 commit comments