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/02 13:13:58 UTC

[lucene-solr] branch reference_impl updated: @701 Same issue in dupe 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 6a2fccb  @701 Same issue in dupe test.
6a2fccb is described below

commit 6a2fccbc16093195b34b590ab0ce949cbf977778
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Sep 2 08:12:15 2020 -0500

    @701 Same issue in dupe test.
---
 .../org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java     | 2 ++
 .../src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java | 1 +
 2 files changed, 3 insertions(+)

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 b75b149..a13d340 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
@@ -696,6 +696,8 @@ public class CloudHttp2SolrClientTest extends SolrCloudTestCase {
   }
 
   @Test
+  @AwaitsFix(bugUrl = "Somehow this stops watching the collection when we are still concerned with it, I think - rare fail")
+  // also see CloudSolrClientTest
   public void stateVersionParamTest() throws Exception {
     String collection = "stateVersionParamTest";
     createTestCollection(collection);
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
index 33d7693..b4aa381 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
@@ -685,6 +685,7 @@ public class CloudSolrClientTest extends SolrCloudTestCase {
 
   @Test
   @AwaitsFix(bugUrl = "Somehow this stops watching the collection when we are still concerned with it, I think - rare fail")
+  // also see CloudHttp2SolrClientTest
   public void stateVersionParamTest() throws Exception {
     String collection = "stateVersionParamTest";
     createTestCollection(collection);