You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2019/04/09 01:17:50 UTC

[lucene-solr] branch branch_8x updated: SOLR-13369: disable TriLevelCompositeIdRoutingTest until someone who actually understands how the /bits option is *suppose* to work can assess it to determine if the test is flawed or it there is a bug in the underlying CompositeIdRouter

This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 90ae5c1  SOLR-13369: disable TriLevelCompositeIdRoutingTest until someone who actually understands how the /bits option is *suppose* to work can assess it to determine if the test is flawed or it there is a bug in the underlying CompositeIdRouter
90ae5c1 is described below

commit 90ae5c1956eec9e4d8548441b971659e9dbcc8c6
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Mon Apr 8 18:17:29 2019 -0700

    SOLR-13369: disable TriLevelCompositeIdRoutingTest until someone who actually understands how the /bits option is *suppose* to work can assess it to determine if the test is flawed or it there is a bug in the underlying CompositeIdRouter
    
    (cherry picked from commit 2533fd1edeb5cccfd835d9999adcd288f98722b5)
---
 .../src/test/org/apache/solr/cloud/TriLevelCompositeIdRoutingTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/TriLevelCompositeIdRoutingTest.java b/solr/core/src/test/org/apache/solr/cloud/TriLevelCompositeIdRoutingTest.java
index a18f88c..3629c6a 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TriLevelCompositeIdRoutingTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TriLevelCompositeIdRoutingTest.java
@@ -65,6 +65,7 @@ public class TriLevelCompositeIdRoutingTest extends ShardRoutingTest {
     NUM_ADDS = atLeast(200);
   }
 
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13369")
   @Test
   public void test() throws Exception {
     boolean testFinished = false;