risdenk opened a new pull request #190: KNOX-2121 - Zookeeper - Reduce amount of resources required to run tests URL: https://github.com/apache/knox/pull/190 ## What changes were proposed in this pull request? Our Zookeeper tests don't require 3 instances for them to run. We can instead use 1 instance and run the tests with fewer resources. The timeout for cluster starting up is determined by hostname lookup speed and can't easily be changed. https://github.com/apache/curator/blob/master/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java#L74 ## How was this patch tested? `mvn -T.75C verify -U -Ppackage,release -Dshellcheck`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
