Skip to content

Commit

Permalink
HDDS-6152. Migrate TestOzoneFileSystem to JUnit5 (apache#5795)
Browse files Browse the repository at this point in the history
(cherry picked from commit d71904d)
  • Loading branch information
adoroszlai authored and xichen01 committed Jul 17, 2024
1 parent 994182b commit bdc7924
Show file tree
Hide file tree
Showing 9 changed files with 337 additions and 303 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@
<Class name="org.apache.hadoop.fs.ozone.TestRootedOzoneFileSystem"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="org.apache.hadoop.fs.ozone.TestOzoneFileSystem"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="org.apache.hadoop.fs.ozone.TestOzoneFileSystemMissingParent"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
Expand Down
Loading

0 comments on commit bdc7924

Please sign in to comment.