You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/26 06:51:59 UTC

[GitHub] [ozone] adoroszlai commented on a diff in pull request #3349: HDDS-6647. Address some flaky tests

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org