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 2018/12/16 20:49:46 UTC

lucene-solr:branch_7x: SOLR-13075: Add @AwaitsFix annotation to SaslZkACLProviderTest.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 0d6d12a0e -> 811451152


SOLR-13075: Add @AwaitsFix annotation to SaslZkACLProviderTest.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/81145115
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/81145115
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/81145115

Branch: refs/heads/branch_7x
Commit: 811451152114938fead571e1dab9de88968d05a8
Parents: 0d6d12a
Author: markrmiller <mi...@apple.com>
Authored: Sun Dec 16 14:47:58 2018 -0600
Committer: markrmiller <mi...@apple.com>
Committed: Sun Dec 16 14:47:58 2018 -0600

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/81145115/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java b/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
index 9d1f0a3..5601d18 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
@@ -115,6 +115,7 @@ public class SaslZkACLProviderTest extends SolrTestCaseJ4 {
   }
 
   @Test
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13075")
   public void testSaslZkACLProvider() throws Exception {
     // Test with Sasl enabled
     SolrZkClient zkClient = new SolrZkClientWithACLs(zkServer.getZkAddress(), AbstractZkTestCase.TIMEOUT);