Github user arshadmohammad commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/179#discussion_r101821552
--- Diff:
src/java/test/org/apache/zookeeper/server/ZooKeeperServerStartupTest.java ---
@@ -167,6 +167,7 @@ public void
testClientConnectionRequestDuringStartupWithNettyServerCnxn()
*/
@Test(timeout = 30000)
public void testFourLetterWords() throws Exception {
+ System.setProperty("zookeeper.test.4lw.enabled", "true");
--- End diff --
I is better to use zookeeper.4lw.commands.whitelist. This comment is for
all the test classes where zookeeper.test.4lw.enabled used.
---
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.
---