devmadhuu commented on code in PR #9258:
URL: https://github.com/apache/ozone/pull/9258#discussion_r2885111843
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestContainerEndpoint.java:
##########
@@ -950,8 +949,8 @@ public void testUnhealthyContainers() throws IOException,
TimeoutException {
public void testUnhealthyContainersFilteredResponse()
throws IOException, TimeoutException {
String missing = UnHealthyContainerStates.MISSING.toString();
- String emptyMissing = UnHealthyContainerStates.EMPTY_MISSING.toString();
Review Comment:
Agreed. I switched the test back to enum-driven state values
(`UnHealthyContainerStates.EMPTY_MISSING/NEGATIVE_SIZE`) for easier maintenance.
--
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]