Skip to content

Commit

Permalink
HDDS-6152. Migrate TestOzoneFileSystem to JUnit5 (#5795)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Dec 19, 2023
1 parent 3bd5c61 commit d71904d
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 d71904d

Please sign in to comment.