From ee663dc9ac7c54b64fc3189c68a6106b20bb24a5 Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Wed, 31 Jul 2019 18:35:34 +0200 Subject: [PATCH] Reenable Parallel Restore Test on Windows (#45037) (#45050) * As a result of #44096 this test shouldn't fail anymore on `master` and `7.4`+ so we should reenable it there * For older versions we won't backport that change so the tests should stay disabled there * Closes #44671 --- .../elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 9d84a738d68..f39b2355c87 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -19,7 +19,6 @@ package org.elasticsearch.snapshots; -import org.apache.lucene.util.Constants; import org.apache.lucene.util.SetOnce; import org.elasticsearch.ElasticsearchException; import org.elasticsearch.ExceptionsHelper; @@ -3691,7 +3690,6 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas } public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception { - assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS); String indexName1 = "testindex1"; String indexName2 = "testindex2"; String repoName = "test-restore-snapshot-repo";