zeroflag commented on a change in pull request #488:
URL: https://github.com/apache/knox/pull/488#discussion_r708238645



##########
File path: 
gateway-provider-ha/src/test/java/org/apache/knox/gateway/ha/provider/impl/KafkaZookeeperURLManagerTest.java
##########
@@ -44,6 +44,7 @@
 
   @Before
   public void setUp() throws Exception {
+    System.setProperty("zookeeper.jmx.log4j.disable", "true");

Review comment:
       I removed these, they're not needed.

##########
File path: 
gateway-provider-ha/src/test/java/org/apache/knox/gateway/ha/provider/impl/SOLRZookeeperURLManagerTest.java
##########
@@ -48,6 +48,7 @@
 
   @Before
   public void setUp() throws Exception {
+    System.setProperty("zookeeper.jmx.log4j.disable", "true");

Review comment:
       I removed these, they're not needed.

##########
File path: 
gateway-server/src/test/java/org/apache/knox/gateway/services/security/impl/ZookeeperRemoteAliasMonitorTest.java
##########
@@ -69,6 +69,8 @@
 
   @BeforeClass
   public static void setupSuite() throws Exception {
+    System.setProperty("zookeeper.jmx.log4j.disable", "true");

Review comment:
       I removed these, they're not needed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to