rich7420 opened a new pull request, #9234: URL: https://github.com/apache/ozone/pull/9234
## What changes were proposed in this pull request? This PR fixes the intermittent failure in testOverWriteKeyWithAndWithOutVersioning We now explicitly fetch the actual bucket layout from the metadata manager instead of relying on a potentially incorrect default. This PR ensures we're always querying the correct key table. On the other hand, When checking for a single deleted key, the test now waits for the deletion to be fully propagated to the deleted table before making assertions. This prevents race conditions that could cause intermittent test failures. ## What is the link to the Apache JIRA [ Intermittent failure in testOverWriteKeyWithAndWithOutVersioning (again)](https://issues.apache.org/jira/browse/HDDS-13861) ## How was this patch tested? https://github.com/rich7420/ozone/actions/runs/18991508214 -- 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]
