mirror of https://github.com/apache/lucene.git
SOLR-12905: MultiSolrCloudTestCase now clears static clusterId2cluster in @AfterClass
This commit is contained in:
parent
cebf7039ee
commit
7fc91deaba
|
@ -102,6 +102,7 @@ public abstract class MultiSolrCloudTestCase extends SolrTestCaseJ4 {
|
|||
for (MiniSolrCloudCluster cluster : clusterId2cluster.values()) {
|
||||
cluster.shutdown();
|
||||
}
|
||||
clusterId2cluster.clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue