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 03:41:49 UTC

[lucene-solr] branch reference_impl_dev updated: @415 Flakey test.

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 c984475  @415 Flakey test.
c984475 is described below

commit c984475a1935fcadfd7c5c064721daa72e9c66f1
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 27 22:41:32 2020 -0500

    @415 Flakey test.
---
 .../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 a4cc02e..0c16df9 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
@@ -101,6 +101,7 @@ public class DistributedQueryComponentOptimizationTest extends SolrCloudTestCase
   }
 
   @Test
+  @AwaitsFix(bugUrl = "Can fail with Number of documents (2) is different from number of expected values (14")
   public void testFieldList() throws Exception {
 
     // works with just fl=id as well