adoroszlai commented on code in PR #8843:
URL: https://github.com/apache/ozone/pull/8843#discussion_r3002594733
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestStorageVolumeHealthChecks.java:
##########
@@ -57,19 +60,22 @@ public static Stream<Arguments> volumeBuilders() {
new HddsVolume.Builder(volumePath.toString())
.datanodeUuid(DATANODE_UUID)
.conf(CONF)
- .usageCheckFactory(MockSpaceUsageCheckFactory.NONE);
+ .usageCheckFactory(MockSpaceUsageCheckFactory.NONE)
+ .clock(TEST_CLOCK);
Review Comment:
No need to update the patch for this, just a note for the future: adding
`.clock...` in a previous line would reduce unnecessary noise in the patch (due
to moving around the `;`).
--
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]