fapifta commented on a change in pull request #2083:
URL: https://github.com/apache/ozone/pull/2083#discussion_r617099360
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/upgrade/TestHDDSUpgrade.java
##########
@@ -1023,6 +1027,9 @@ public void testFinalizationWithFailuerInjectionHelper(
}
}
+ Status ret = scm.queryUpgradeFinalizationStatus();
+ Assert.assertEquals(FINALIZATION_DONE, ret);
Review comment:
Should the correct assertion to make be comparing status.status() to ret?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]