mirror of https://github.com/apache/lucene.git
SOLR-9554: clear statics to fix the test failure
This commit is contained in:
parent
632d129871
commit
cc4c780227
|
@ -96,6 +96,8 @@ public class TestManagedSchemaThreadSafety extends SolrTestCaseJ4 {
|
||||||
@AfterClass
|
@AfterClass
|
||||||
public static void stopZkServer() throws Exception {
|
public static void stopZkServer() throws Exception {
|
||||||
zkServer.shutdown();
|
zkServer.shutdown();
|
||||||
|
zkServer = null;
|
||||||
|
loaderPath = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue