chungen0126 opened a new pull request, #7572:
URL: https://github.com/apache/ozone/pull/7572

   ## What changes were proposed in this pull request?
   New contract test ITestS3AContractBulkDelete (added by 
[HADOOP-18679](https://issues.apache.org/jira/browse/HADOOP-18679) in Hadoop 
3.4.1) is failing with FSO bucket.
   Bulk delete doesn't delete directories. Therefore, It passed path without 
trailing slash. In the original implementation, directories would be deleted if 
paths were passed without trailing slashes.
   Things change:
   
   - Check if a trailing slash exists
   - To fix FileSystem#delete add a trailing slash.
   
   https://issues.apache.org/jira/browse/HDDS-11661
   ## How was this patch tested?
   
   CI: https://github.com/chungen0126/ozone/actions/runs/12308665244
   


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