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/27 21:06:37 UTC

[lucene-solr] branch reference_impl updated: @405 Flakey test.

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


The following commit(s) were added to refs/heads/reference_impl by this push:
     new b5ae123  @405 Flakey test.
b5ae123 is described below

commit b5ae123de5c80909b94938d47dee2e28a8cd5492
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 27 16:06:17 2020 -0500

    @405 Flakey test.
---
 .../src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java b/solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java
index b75a440..21b30ea 100644
--- a/solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java
+++ b/solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java
@@ -386,7 +386,8 @@ public class RangeFacetCloudTest extends SolrCloudTestCase {
       }
     }
   }
-  
+
+  @AwaitsFix(bugUrl = "This test can fail: java.lang.AssertionError: count expected:<32> but was:<13>")
   public void testInclude_EdgeLowerUpper() throws Exception {
     for (boolean doSubFacet : Arrays.asList(false, true)) {
       final Integer subFacetLimit = pickSubFacetLimit(doSubFacet);