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/29 02:02:40 UTC

[lucene-solr] 07/27: @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
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 6f3d256ccd27b968152d3508a3df717c6420ee2c
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;