xBis7 commented on code in PR #4362:
URL: https://github.com/apache/ozone/pull/4362#discussion_r1156334145
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java:
##########
@@ -109,8 +109,10 @@ public void testMultipartUpload() throws Exception {
}
@Test
- public void testOMHAMetrics() throws InterruptedException,
- TimeoutException, IOException {
+ public void testOMHAMetrics() throws Exception {
+ shutdown();
+ init();
+ getCluster().waitForClusterToBeReady();
Review Comment:
You are right. I made the changes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]