mirror of https://github.com/apache/lucene.git
tests: have TestLBHttpSolrServer extend SolrTestCaseJ4 so it runs jetty in test mode and is happier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d5363964c
commit
9e7b76f893
|
@ -39,7 +39,6 @@ import org.apache.solr.client.solrj.impl.HttpSolrServer;
|
|||
import org.apache.solr.client.solrj.impl.LBHttpSolrServer;
|
||||
import org.apache.solr.client.solrj.response.QueryResponse;
|
||||
import org.apache.solr.client.solrj.response.SolrResponseBase;
|
||||
import org.apache.solr.client.solrj.response.UpdateResponse;
|
||||
import org.apache.solr.common.SolrInputDocument;
|
||||
import org.apache.solr.common.params.ModifiableSolrParams;
|
||||
import org.apache.solr.util.AbstractSolrTestCase;
|
||||
|
@ -60,7 +59,7 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakFilters;
|
|||
SolrIgnoredThreadsFilter.class,
|
||||
QuickPatchThreadsFilter.class
|
||||
})
|
||||
public class TestLBHttpSolrServer extends LuceneTestCase {
|
||||
public class TestLBHttpSolrServer extends SolrTestCaseJ4 {
|
||||
private static final Logger log = LoggerFactory
|
||||
.getLogger(TestLBHttpSolrServer.class);
|
||||
SolrInstance[] solr = new SolrInstance[3];
|
||||
|
|
Loading…
Reference in New Issue