You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2019/04/03 04:45:42 UTC

[lucene-solr] branch master updated: SOLR-13075: Harden SaslZkACLProviderTest. Testing new ZK version

This is an automated email from the ASF dual-hosted git repository.

erick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 3810d5e  SOLR-13075: Harden SaslZkACLProviderTest. Testing new ZK version
3810d5e is described below

commit 3810d5e7ac8e75c5fe32a78deaefbb8b946c88e7
Author: erick <er...@gmail.com>
AuthorDate: Tue Apr 2 21:45:30 2019 -0700

    SOLR-13075: Harden SaslZkACLProviderTest. Testing new ZK version
---
 solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java | 1 -
 1 file changed, 1 deletion(-)

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 5601d18..9d1f0a3 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SaslZkACLProviderTest.java
@@ -115,7 +115,6 @@ 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);