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:
Robert Muir 2010-10-16 10:19:54 +00:00
parent 5fb1cb4046
commit a98641ee43
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public abstract class BaseDistributedSearchTestCase extends SolrTestCaseJ4 {
protected String[] shardsArr;
// 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 = {"localhost:33332/solr"};
protected String[] deadServers = {"[::1]:33332/solr"};
protected File testDir;
protected SolrServer controlClient;