You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/10/16 12:19:54 UTC

svn commit: r1023235 - /lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java

Author: rmuir
Date: Sat Oct 16 10:19:54 2010
New Revision: 1023235

URL: http://svn.apache.org/viewvc?rev=1023235&view=rev
Log:
hack the hack, for hudson since it has no ipv6: protocol not supported immediate failure

Modified:
    lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java

Modified: lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java?rev=1023235&r1=1023234&r2=1023235&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java (original)
+++ lucene/dev/trunk/solr/src/test/org/apache/solr/BaseDistributedSearchTestCase.java Sat Oct 16 10:19:54 2010
@@ -57,7 +57,7 @@ public abstract class BaseDistributedSea
   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;