Apache9 commented on code in PR #5110:
URL: https://github.com/apache/hbase/pull/5110#discussion_r1138257248
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestClusterRestartFailover.java:
##########
@@ -131,10 +132,17 @@ public void test() throws Exception {
.getServerNode(SERVER_FOR_TEST);
assertNull("serverNode should be deleted after SCP finished", serverNode);
+ // this test has been flakey. When it is rerun by surefire, the underlying
minicluster isn't
Review Comment:
Can not reset the metrics system in the AfterClass method or BeforeClass
method?
--
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]