DaveTeng0 commented on code in PR #3987:
URL: https://github.com/apache/ozone/pull/3987#discussion_r1035416034
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestNSSummaryEndpointWithFSO.java:
##########
@@ -943,7 +943,7 @@ private void setUpMultiBlockKey() throws IOException {
BUCKET_ONE_OBJECT_ID,
VOL_OBJECT_ID,
Collections.singletonList(locationInfoGroup),
- getBucketLayout());
+ getBucketLayout(), FILE7_SIZE_WITH_REPLICA);
Review Comment:
Yes! Thanks for the good-catch!! I found I have to update some of the
key-size calculation in those test files to make the test result be able to
align with the expectation values. updated!
--
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]