You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/21 01:30:39 UTC

[12/50] [abbrv] lucene-solr:jira/http2: SOLR-12222, SOLR-12028: Remove @BaddApple annotation from TestDistributedSearch

SOLR-12222, SOLR-12028: Remove @BaddApple annotation from TestDistributedSearch

This test hasn't failed since the changes in SOLR-12222 were committed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/bff7a3bb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/bff7a3bb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/bff7a3bb

Branch: refs/heads/jira/http2
Commit: bff7a3bbb188fe08a9a24711bd7b3c54e32d36e8
Parents: 8dd704e
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Tue Aug 14 13:22:23 2018 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Tue Aug 14 13:25:05 2018 -0700

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/TestDistributedSearch.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/bff7a3bb/solr/core/src/test/org/apache/solr/TestDistributedSearch.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/TestDistributedSearch.java b/solr/core/src/test/org/apache/solr/TestDistributedSearch.java
index ee1c60e..3092d6f 100644
--- a/solr/core/src/test/org/apache/solr/TestDistributedSearch.java
+++ b/solr/core/src/test/org/apache/solr/TestDistributedSearch.java
@@ -108,8 +108,6 @@ public class TestDistributedSearch extends BaseDistributedSearchTestCase {
   }
   
   @Test
-  //05-Jul-2018  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 09-Apr-2018
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 2-Aug-2018
   public void test() throws Exception {
     QueryResponse rsp = null;
     int backupStress = stress; // make a copy so we can restore