adoroszlai commented on code in PR #7870:
URL: https://github.com/apache/ozone/pull/7870#discussion_r1962930695
##########
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:
Use of the option `--validate-writes` has been moved to other test cases,
which write less data:
- `testDefaultReplication`
- `testECKey`
The goal is to exercise this option, but we don't need to do that with the
2GB key.
--
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]