You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2014/03/24 03:21:54 UTC

svn commit: r1580701 - in /lucene/dev/branches/lucene_solr_4_7: ./ solr/ solr/solrj/ solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java

Author: markrmiller
Date: Mon Mar 24 02:21:53 2014
New Revision: 1580701

URL: http://svn.apache.org/r1580701
Log:
SOLR-5880: @BadApple this test method for now.

Modified:
    lucene/dev/branches/lucene_solr_4_7/   (props changed)
    lucene/dev/branches/lucene_solr_4_7/solr/   (props changed)
    lucene/dev/branches/lucene_solr_4_7/solr/solrj/   (props changed)
    lucene/dev/branches/lucene_solr_4_7/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java

Modified: lucene/dev/branches/lucene_solr_4_7/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_7/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java?rev=1580701&r1=1580700&r2=1580701&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_7/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java (original)
+++ lucene/dev/branches/lucene_solr_4_7/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrServerTest.java Mon Mar 24 02:21:53 2014
@@ -202,6 +202,7 @@ public class CloudSolrServerTest extends
     indexDoc(doc);
   }
   
+  @BadApple // bug url: https://issues.apache.org/jira/browse/SOLR-5880
   public void testShutdown() throws MalformedURLException {
     CloudSolrServer server = new CloudSolrServer("[ff01::114]:33332");
     try {