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/25 23:19:33 UTC

[lucene-solr] branch reference_impl updated: @328 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 b8f56cd  @328 Flakey test.
b8f56cd is described below

commit b8f56cdbb0de7e4a54dc4c066f1842e74adacd49
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Jul 25 18:19:20 2020 -0500

    @328 Flakey test.
---
 .../src/test/org/apache/solr/handler/admin/IndexSizeEstimatorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/handler/admin/IndexSizeEstimatorTest.java b/solr/core/src/test/org/apache/solr/handler/admin/IndexSizeEstimatorTest.java
index 3b1f477..f4b1e57 100644
--- a/solr/core/src/test/org/apache/solr/handler/admin/IndexSizeEstimatorTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/admin/IndexSizeEstimatorTest.java
@@ -94,7 +94,7 @@ public class IndexSizeEstimatorTest extends SolrCloudTestCase {
   }
 
   @Test
-  @Ignore // there is some race here - the fieldsBySize can come back empty rarely
+  @Ignore // .;llthere is some race here - the fieldsBySize can come back empty rarely
   public void testEstimator() throws Exception {
     JettySolrRunner jetty = cluster.getRandomJetty(random());
     String randomCoreName = jetty.getCoreContainer().getAllCoreNames().iterator().next();