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 7fbef51 commit 19f69a7Copy full SHA for 19f69a7
server/src/internalClusterTest/java/org/elasticsearch/index/engine/MergeWithFailureIT.java
@@ -353,7 +353,7 @@ public void testFailedMergeDeadlock() throws Exception {
353
ensureRed(indexName);
354
355
// verify that the shard store is effectively closed
356
- assertTrue(plugin.shardStoreClosedListener.isDone());
+ safeGet(plugin.shardStoreClosedListener);
357
358
if (closingThread != null) {
359
closingThread.join();
0 commit comments