From a98641ee434f24c7d45bffcfb1d337e3e669b607 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 16 Oct 2010 10:19:54 +0000 Subject: [PATCH] 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 --- .../src/test/org/apache/solr/BaseDistributedSearchTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java b/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java index 2b7ab0faad3..056f3491b70 100644 --- a/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java +++ b/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java @@ -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;