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
This commit is contained in:
parent
d7dbb2b595
commit
50b31ce620
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue