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/10/13 19:13:21 UTC

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

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 c99402a  @990 Flakey test method.
c99402a is described below

commit c99402ae944aaf7b6540a25b37115f6214d6a8cf
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Oct 13 14:12:45 2020 -0500

    @990 Flakey test method.
---
 .../test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
index 0a3be12..0dea160 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
@@ -624,6 +624,7 @@ public class CloudHttp2SolrClientTest extends SolrCloudTestCase {
   }
 
   @Test
+  @AwaitsFix(bugUrl = "flakey test")
   public void checkCollectionParameters() throws Exception {
 
     try (CloudSolrClient client = SolrTestCaseJ4.getCloudSolrClient(cluster.getZkServer().getZkAddress())) {