mirror of
https://github.com/apache/lucene.git
synced 2025-02-25 11:58:54 +00:00
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
|
||||
public static void stopZkServer() throws Exception {
|
||||
zkServer.shutdown();
|
||||
zkServer = null;
|
||||
loaderPath = null;
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user