kerneltime commented on code in PR #7870:
URL: https://github.com/apache/ozone/pull/7870#discussion_r1962455037


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java:
##########
@@ -156,28 +111,26 @@ void testRatisKey() {
   @Test
   void testKeyLargerThan2GB() {
     RandomKeyGenerator randomKeyGenerator =
-        new RandomKeyGenerator(cluster.getConf());
+        new RandomKeyGenerator(cluster().getConf());
     CommandLine cmd = new CommandLine(randomKeyGenerator);
     cmd.execute("--num-of-volumes", "1",
         "--num-of-buckets", "1",
         "--num-of-keys", "1",
         "--num-of-threads", "1",
         "--key-size", "2.01GB",
         "--factor", "THREE",
-        "--type", "RATIS",
-        "--validate-writes"

Review Comment:
   why drop this? Won't this change the nature of the test?
   



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