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 b1c4d0f commit 31f0ba4Copy full SHA for 31f0ba4
server/src/internalClusterTest/java/org/elasticsearch/index/engine/MergeWithFailureIT.java
@@ -321,7 +321,7 @@ public void testFailedMergeDeadlock() throws Exception {
321
ensureRed(indexName);
322
323
// verify that the shard store is effectively closed
324
- assertTrue(plugin.shardStoreClosedListener.isDone());
+ safeGet(plugin.shardStoreClosedListener);
325
326
if (closingThread != null) {
327
closingThread.join();
0 commit comments