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 2020/07/28 15:26:50 UTC

[lucene-solr] branch reference_impl_dev updated: @424 This test method can fail with the same fail as the other test method awaiting a fix.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 0d28e6f  @424 This test method can fail with the same fail as the other test method awaiting a fix.
0d28e6f is described below

commit 0d28e6f164e122ba653573b1f1cf5b2834fa7c57
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 28 10:26:31 2020 -0500

    @424 This test method can fail with the same fail as the other test method awaiting a fix.
---
 .../handler/component/DistributedQueryComponentOptimizationTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/handler/component/DistributedQueryComponentOptimizationTest.java b/solr/core/src/test/org/apache/solr/handler/component/DistributedQueryComponentOptimizationTest.java
index 0c16df9..ece90de 100644
--- a/solr/core/src/test/org/apache/solr/handler/component/DistributedQueryComponentOptimizationTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/component/DistributedQueryComponentOptimizationTest.java
@@ -88,6 +88,7 @@ public class DistributedQueryComponentOptimizationTest extends SolrCloudTestCase
   private static final String id = "id";
 
   @Test
+  @AwaitsFix(bugUrl = "Can fail with Number of documents (2) is different from number of expected values (14")
   public void testBasics() throws Exception {
 
     QueryResponse rsp;