devmadhuu commented on code in PR #5217:
URL: https://github.com/apache/ozone/pull/5217#discussion_r1309041979
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystem.java:
##########
@@ -1618,15 +1621,13 @@ public void testGetTrashRoots() throws IOException {
* since fs.rename(src,dst,options) is enabled.
*/
@Test
- @Flaky("HDDS-6646")
public void testRenameToTrashEnabled() throws Exception {
Review Comment:
Thanks Sadanand for review. As discussed, we need to test Trash related
tests in separate Test class spinning separate mini cluster having emptier
thread started with close match of timings of relevant assertion statements
and corresponding trash and checkpoint interval. So I have moved assertion for
above test in testTrash test case and will be handled as part of
[HDDS-6645](https://issues.apache.org/jira/browse/HDDS-6645)
--
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]