smengcl commented on code in PR #6768:
URL: https://github.com/apache/ozone/pull/6768#discussion_r1628700697


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestCommitInRatis.java:
##########
@@ -132,10 +133,13 @@ private void shutdown() {
     }
   }
 
-
-  @Test
-  public void test2WayCommitForRetryfailure() throws Exception {
+  @ParameterizedTest
+  @ValueSource(strings = {"ALL_COMMITTED", "MAJORITY_COMMITTED"})

Review Comment:
   Use Ratis constants rather than hard-coding them?



-- 
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]

Reply via email to