arp7 commented on a change in pull request #543: HDDS-1211. Test SCMChillMode
failing randomly in Jenkins run
URL: https://github.com/apache/hadoop/pull/543#discussion_r270536031
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestScmChillMode.java
##########
@@ -225,36 +210,36 @@ public void testIsScmInChillModeAndForceExit() throws
Exception {
}
- @Test(timeout=300_000)
+ @Test(timeout = 300_000)
public void testSCMChillMode() throws Exception {
- MiniOzoneCluster.Builder clusterBuilder = MiniOzoneCluster.newBuilder(conf)
- .setHbInterval(1000)
- .setNumDatanodes(3)
Review comment:
Looks like the test was previously using 3 DNs and now it will use just 1
DN. Correct?
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]