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

   ## What changes were proposed in this pull request?
   
   Key names may include arbitrary number of `/` characters, such as 
`/volumename/bucketname/test1/test2`.
   
   The read-replicas command assumes key names will be single level or not 
include any `/` characters. This results in failures when the command is run on 
multilevel keys.
   
   This PR:
   * Updates the ReadReplicas class to create parent directories of key names
   * Update robot tests to handle multilevel key names
   * Update robot tests to search in directories recursively as the concerned 
files may be nested and not at the top level of the directory
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-12075
   
   ## How was this patch tested?
   Tested locally by running the robot tests
   CI:
   https://github.com/ptlrs/ozone/actions/runs/12755799602


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