mirror of https://github.com/apache/lucene.git
clear numShards at end of test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07a44a8fa5
commit
baee5394c1
|
@ -1265,6 +1265,7 @@ public class FullSolrCloudTest extends AbstractDistributedZkTestCase {
|
|||
super.tearDown();
|
||||
|
||||
System.clearProperty("zkHost");
|
||||
System.clearProperty("numShards");
|
||||
}
|
||||
|
||||
protected void commit() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue