SOLR-12905: MultiSolrCloudTestCase now clears static clusterId2cluster in @AfterClass

This commit is contained in:
Christine Poerschke 2018-10-24 19:25:10 +01:00
parent cebf7039ee
commit 7fc91deaba
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public abstract class MultiSolrCloudTestCase extends SolrTestCaseJ4 {
for (MiniSolrCloudCluster cluster : clusterId2cluster.values()) {
cluster.shutdown();
}
clusterId2cluster.clear();
}
}