mirror of https://github.com/apache/lucene.git
work harder to shutdown jetty for cases where jetty was started but could not bind to the port - not perfect yet, but works better than a std stop - missed this class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d72c9dddba
commit
574d859d2b
|
@ -203,8 +203,6 @@ public abstract class AbstractDistribZkTestBase extends BaseDistributedSearchTes
|
|||
System.clearProperty("solr.test.sys.prop2");
|
||||
resetExceptionIgnores();
|
||||
super.tearDown();
|
||||
|
||||
JettySolrRunner.assertStoppedJetties();
|
||||
}
|
||||
|
||||
protected void printLayout() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue