tanvipenumudy commented on code in PR #8241:
URL: https://github.com/apache/ozone/pull/8241#discussion_r2043515237
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestOmBucketReadWriteFileOps.java:
##########
@@ -54,7 +52,8 @@ static List<ParameterBuilder> parameters() {
.setNumOfWriteOperations(5)
.setReadThreadPercentage(70)
.setCountForRead(10)
- .setCountForWrite(5),
+ .setCountForWrite(5)
+ .setDescription("default"),
Review Comment:
I was thinking if we can remove the setDescription() field from the test
inputs, since they're primarily for developer understanding and not used
functionally in the test logic. Instead, we can rely on inline comments or Java
docs to explain the test cases.
But I am okay with the current implementation as well!
--
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]