SOLR-9554: clear statics to fix the test failure

This commit is contained in:
Mikhail Khludnev 2016-10-03 10:18:45 +03:00
parent 632d129871
commit cc4c780227
1 changed files with 2 additions and 0 deletions

View File

@ -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