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 2018/03/04 13:45:26 UTC

lucene-solr:branch_7x: re-enable test, there is nothing wrong with this test, its not a goddamn bad apple. its just great at finding bugs

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 59f67468b -> 9fdbc26ab


re-enable test, there is nothing wrong with this test, its not a goddamn bad apple. its just great at finding bugs


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

Branch: refs/heads/branch_7x
Commit: 9fdbc26ab142043187a929bb4c7c0b4caa94fab6
Parents: 59f67468
Author: Robert Muir <rm...@apache.org>
Authored: Sun Mar 4 08:44:10 2018 -0500
Committer: Robert Muir <rm...@apache.org>
Committed: Sun Mar 4 08:45:15 2018 -0500

----------------------------------------------------------------------
 .../src/test/org/apache/lucene/analysis/core/TestRandomChains.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9fdbc26a/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestRandomChains.java
----------------------------------------------------------------------
diff --git a/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestRandomChains.java b/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestRandomChains.java
index 3ef50fb..406addf 100644
--- a/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestRandomChains.java
+++ b/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestRandomChains.java
@@ -843,7 +843,6 @@ public class TestRandomChains extends BaseTokenStreamTestCase {
     String toString;
   }
 
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
   public void testRandomChains() throws Throwable {
     int numIterations = TEST_NIGHTLY ? atLeast(20) : 3;
     Random random = random();