mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 18:27:21 +00:00
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…
x
Reference in New Issue
Block a user