len548 opened a new pull request, #10401: URL: https://github.com/apache/ozone/pull/10401
The following duplicate tests in `AbstractOzoneFileSystemTest` and `AbstractRootedOzoneFileSystemTest` are almost identical and worth refactoring. - `testFileDelete` - `testCreateWithInvalidPaths` - `testFileSystemDeclaresCapability` - `testSetTimes` This PR moved the shared logic into `OzoneFileSystemTestBase`. For the rest of tests whose names are the same (e.g. `testSnapshotRead`, `testTrash` and etc.) I think they are not worth refactoring due to divergence ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15344 (Parent Jira: https://issues.apache.org/jira/browse/HDDS-12355) ## How was this patch tested? CI passed: https://github.com/len548/ozone/actions/runs/26582324712 -- 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]
