mirror of https://github.com/apache/lucene.git
Remove redundant cleanups in tearDown method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de9404321d
commit
e1f33c6326
|
@ -78,8 +78,6 @@ public class ShardSplitTest extends BasicDistributedZkTest {
|
|||
@Override
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
super.tearDown();
|
||||
|
||||
if (VERBOSE || printLayoutOnTearDown) {
|
||||
super.printLayout();
|
||||
}
|
||||
|
@ -93,15 +91,6 @@ public class ShardSplitTest extends BasicDistributedZkTest {
|
|||
controlClientCloud.shutdown();
|
||||
}
|
||||
super.tearDown();
|
||||
|
||||
System.clearProperty("zkHost");
|
||||
System.clearProperty("numShards");
|
||||
System.clearProperty("solr.xml.persist");
|
||||
|
||||
// insurance
|
||||
DirectUpdateHandler2.commitOnClose = true;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue