adoroszlai commented on PR #4524: URL: https://github.com/apache/ozone/pull/4524#issuecomment-1511515901
@DaveTeng0 Yes, code my comments are addressed, thanks. However, [failures](https://github.com/DaveTeng0/ozone/actions/runs/4684366522/jobs/8300437551#step:5:3763) in `TestRootedOzoneFileSystem` seem to be related, can be reproduced locally: ``` $ mvn -am -pl :ozone-integration-test -Dtest='TestRootedOzoneFileSystem' clean test ... [ERROR] Failures: [ERROR] TestRootedOzoneFileSystem.testListStatusRootAndVolumeContinuation [ERROR] Run 1: FS Path is enabled. Skipping this test as it is not tuned for FS Path yet [ERROR] Run 2: FS Path is enabled. Skipping this test as it is not tuned for FS Path yet [ERROR] Run 3: FS Path is enabled. Skipping this test as it is not tuned for FS Path yet [ERROR] Run 4: expected:<6> but was:<7> [ERROR] Run 5: expected:<6> but was:<7> [INFO] [ERROR] Errors: [ERROR] TestRootedOzoneFileSystem.testGetFileStatus [ERROR] Run 1: : Bucket doesn't exist! [ERROR] Run 2: : Bucket doesn't exist! [ERROR] Run 3: : Bucket doesn't exist! [ERROR] Run 4: : Bucket doesn't exist! [ERROR] Run 5: : Bucket doesn't exist! ``` -- 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]
