Github user rakeshadr commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/200#discussion_r106797401
--- Diff:
src/java/test/org/apache/zookeeper/server/quorum/auth/QuorumDigestAuthTest.java
---
@@ -87,7 +87,7 @@ public void testValidCredentials() throws Exception {
authConfigs.put(QuorumAuth.QUORUM_SERVER_SASL_AUTH_REQUIRED,
"true");
authConfigs.put(QuorumAuth.QUORUM_LEARNER_SASL_AUTH_REQUIRED,
"true");
- String connectStr = startQuorum(3, authConfigs, 3);
+ String connectStr = startQuorum(3, authConfigs, 3, false);
--- End diff --
This test is not depending on `KerberosSecurityTestcase ` and not required
delay. My above comment is answering this question, kindly refer that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---