adoroszlai commented on code in PR #3349:
URL: https://github.com/apache/ozone/pull/3349#discussion_r858297355


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystem.java:
##########
@@ -1297,6 +1298,7 @@ public void testGetTrashRoots() throws IOException {
    * since fs.rename(src,dst,options) is enabled.
    */
   @Test
+  @Flaky("HDDS-6646")

Review Comment:
   `@Flaky` requires JUnit5-based tests.  `TestOzoneFileSystem` and its 
siblings are still on JUnit4, because they are heavily parameterized and need a 
significant refactoring (see HDDS-6152).
   
   We can add these tags, but expect the tests to be included in the non-flaky 
runs and not repeated in case of failure.



-- 
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]

Reply via email to