errose28 commented on code in PR #3388:
URL: https://github.com/apache/ozone/pull/3388#discussion_r867243483
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java:
##########
@@ -1029,6 +1039,33 @@ private void bucketUsedBytesTestHelper(BucketLayout
bucketLayout)
store.getVolume(volumeName).getBucket(bucketName).getUsedBytes());
}
+ private void bucketUsedBytesOverWrite(BucketLayout bucketLayout)
Review Comment:
Test looks good, but can we use `org.junit.jupiter.params.ParameterizedTest`
for the bucket layout types, instead of new test methods, similar to what the
EC tests are doing for replication config in this class?
--
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]