sumitagrawl commented on code in PR #4978:
URL: https://github.com/apache/ozone/pull/4978#discussion_r1244628718
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/ratis/TestOzoneManagerRatisRequest.java:
##########
@@ -87,4 +89,24 @@ public void testRequestWithNonExistentBucket()
oe.getResult());
}
}
+
+ @Test
+ public void testUnknownRequestHandling() throws IOException {
Review Comment:
I think test can not be constructed with unknown type, as java will not
allow any other command type if not defined in proto. can try setting null
command type if work.
--
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]