You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2018/04/17 10:59:42 UTC

[1/2] lucene-solr:master: LUCENE-8253: Mute test while a fix is worked on

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x ad6b173a6 -> 94adf9d2f
  refs/heads/master 4ee92c22a -> f7f12a51f


LUCENE-8253: Mute test while a fix is worked on


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

Branch: refs/heads/master
Commit: f7f12a51f313bf406f0fa3d48e74864268338c6d
Parents: 4ee92c2
Author: Alan Woodward <ro...@apache.org>
Authored: Tue Apr 17 11:58:59 2018 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Tue Apr 17 11:58:59 2018 +0100

----------------------------------------------------------------------
 .../apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f7f12a51/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java b/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
index 3173c12..c501f5f 100644
--- a/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
@@ -16,6 +16,7 @@
  */
 package org.apache.solr.handler.admin;
 
+import org.apache.lucene.util.LuceneTestCase;
 import org.apache.lucene.util.Version;
 import org.apache.solr.index.LogDocMergePolicyFactory;
 import org.apache.solr.SolrTestCaseJ4;
@@ -26,6 +27,7 @@ import org.junit.Test;
 /**
  * Tests for SegmentsInfoRequestHandler. Plugin entry, returning data of created segment.
  */
+@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8253")
 public class SegmentsInfoRequestHandlerTest extends SolrTestCaseJ4 {
   private static final int DOC_COUNT = 5;
   


[2/2] lucene-solr:branch_7x: LUCENE-8253: Mute test while a fix is worked on

Posted by ro...@apache.org.
LUCENE-8253: Mute test while a fix is worked on


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

Branch: refs/heads/branch_7x
Commit: 94adf9d2ff42cc4133354f7ab09ed32c496250b9
Parents: ad6b173
Author: Alan Woodward <ro...@apache.org>
Authored: Tue Apr 17 11:58:59 2018 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Tue Apr 17 11:59:08 2018 +0100

----------------------------------------------------------------------
 .../apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/94adf9d2/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java b/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
index 3173c12..c501f5f 100644
--- a/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/admin/SegmentsInfoRequestHandlerTest.java
@@ -16,6 +16,7 @@
  */
 package org.apache.solr.handler.admin;
 
+import org.apache.lucene.util.LuceneTestCase;
 import org.apache.lucene.util.Version;
 import org.apache.solr.index.LogDocMergePolicyFactory;
 import org.apache.solr.SolrTestCaseJ4;
@@ -26,6 +27,7 @@ import org.junit.Test;
 /**
  * Tests for SegmentsInfoRequestHandler. Plugin entry, returning data of created segment.
  */
+@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8253")
 public class SegmentsInfoRequestHandlerTest extends SolrTestCaseJ4 {
   private static final int DOC_COUNT = 5;