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/09/08 01:36:24 UTC

[lucene-solr] branch reference_impl_dev updated: @795 Back on ice, test is not that well implemented and props work slightly different now, needs a stronger impl.

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 172a15f  @795 Back on ice, test is not that well implemented and props work slightly different now, needs a stronger impl.
172a15f is described below

commit 172a15f37ce899278f7f4eeddb46e08116e8e8be
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Sep 7 20:34:25 2020 -0500

    @795 Back on ice, test is not that well implemented and props work slightly different now, needs a stronger impl.
---
 solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
index a426411..7e0a68c 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
@@ -45,6 +45,7 @@ import org.slf4j.LoggerFactory;
 
 @LuceneTestCase.Slow
 @SolrTestCaseJ4.SuppressSSL
+@Ignore // too flakey atm, and ugly sleeps as well
 public class CollectionPropsTest extends SolrCloudTestCase {
   private String collectionName;
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());