mirror of https://github.com/apache/lucene.git
SOLR-9290: MockCoreContainer should call super.shutdown()
This commit is contained in:
parent
343f374b53
commit
833c8ee152
|
@ -348,6 +348,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
|
|||
@Override
|
||||
public void shutdown() {
|
||||
updateShardHandler.close();
|
||||
super.shutdown();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue