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 c27c77a commit b2d7c10Copy full SHA for b2d7c10
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