adoroszlai opened a new pull request, #5792: URL: https://github.com/apache/ozone/pull/5792
## What changes were proposed in this pull request? Replace `Assert.assert...` with static import + `assert...` in the following files: ``` hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfaces.java hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileInterfacesWithFSO.java hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystem.java hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystemWithFSO.java hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystemWithFSO.java ``` No other changes (e.g. no upgrade to JUnit5; no refactoring of assertions which could be simplified). The goal is to make the change for HDDS-6152 smaller. This patch in itself is 80KB... https://issues.apache.org/jira/browse/HDDS-9920 ## How was this patch tested? https://github.com/adoroszlai/ozone/actions/runs/7209096259/job/19640077183 -- 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]
