ChenSammi commented on code in PR #8568:
URL: https://github.com/apache/ozone/pull/8568#discussion_r2204133384
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java:
##########
@@ -265,7 +265,7 @@ public void testRecoveryWithoutHsyncHflushOnLastBlock()
throws Exception {
@Test
public void testOBSRecoveryShouldFail() throws Exception {
OzoneBucket obsBucket = TestDataUtil.createVolumeAndBucket(client,
- "vol2", "obs", BucketLayout.OBJECT_STORE);
+ "vol2", "obs", BucketLayout.OBJECT_STORE, null);
Review Comment:
you can keep the current createVolumeAndBucket and add a new one, so these
unrelevant unit test files can not be touched.
--
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]