mirror of https://github.com/apache/lucene.git
hack the hack, for hudson since it has no ipv6: protocol not supported immediate failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fb1cb4046
commit
a98641ee43
|
@ -57,7 +57,7 @@ public abstract class BaseDistributedSearchTestCase extends SolrTestCaseJ4 {
|
||||||
protected String[] shardsArr;
|
protected String[] shardsArr;
|
||||||
// Some ISPs redirect to their own web site for domains that don't exist, causing this to fail
|
// Some ISPs redirect to their own web site for domains that don't exist, causing this to fail
|
||||||
// protected String[] deadServers = {"does_not_exist_54321.com:33331/solr","localhost:33332/solr"};
|
// protected String[] deadServers = {"does_not_exist_54321.com:33331/solr","localhost:33332/solr"};
|
||||||
protected String[] deadServers = {"localhost:33332/solr"};
|
protected String[] deadServers = {"[::1]:33332/solr"};
|
||||||
protected File testDir;
|
protected File testDir;
|
||||||
protected SolrServer controlClient;
|
protected SolrServer controlClient;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue