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_r270535305
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestScmChillMode.java
##########
@@ -158,25 +154,21 @@ public void testChillModeOperations() throws Exception {
cluster.stop();
Review comment:
Let's move the `cluster.stop()` call to an `@After` method. Actually it
looks like you already have cluster.shutdown(). Why do we need a stop call here?
----------------------------------------------------------------
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]