From 50b31ce6202683917bd007fde022d5019a501453 Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Thu, 11 Aug 2016 13:07:39 -0400 Subject: [PATCH] Remove //norelease from IndexWithShadowReplicasIT test that checks asserts the indices directory is deleted on index deletion, as we are no longer considering it a blocker for releasing. Relates #17695 --- .../java/org/elasticsearch/index/IndexWithShadowReplicasIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java b/core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java index 43ee5071f12..0a36427542a 100644 --- a/core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java +++ b/core/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasIT.java @@ -585,7 +585,6 @@ public class IndexWithShadowReplicasIT extends ESIntegTestCase { assertAcked(client().admin().indices().prepareDelete(IDX)); assertAllIndicesRemovedAndDeletionCompleted(internalCluster().getInstances(IndicesService.class)); assertPathHasBeenCleared(dataPath); - //norelease //TODO: uncomment the test below when https://github.com/elastic/elasticsearch/issues/17695 is resolved. //assertIndicesDirsDeleted(nodes); } @@ -646,7 +645,6 @@ public class IndexWithShadowReplicasIT extends ESIntegTestCase { assertAcked(client().admin().indices().prepareDelete(IDX)); assertAllIndicesRemovedAndDeletionCompleted(internalCluster().getInstances(IndicesService.class)); assertPathHasBeenCleared(dataPath); - //norelease //TODO: uncomment the test below when https://github.com/elastic/elasticsearch/issues/17695 is resolved. //assertIndicesDirsDeleted(nodes); }