From 6b8014bdb616f8e5c5dfdbf60c4a1c7909c05c08 Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Wed, 31 Jul 2019 16:04:41 +0200 Subject: [PATCH] Reenable Parallel Restore Test on Windows (#45037) * 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 9d84a738d6829..f39b2355c87ce 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 void testParallelRestoreOperations() { } 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";