xichen01 opened a new pull request, #6335: URL: https://github.com/apache/ozone/pull/6335
## What changes were proposed in this pull request? Fix testParallelDeleteBucketAndCreateKey The root cause is the `preExecute#resolveBucketAndCheckKeyAcls` of `CreateKey` may execute after `deleteBucket`, then the `CreateKey#preExecute` will throw an exception, so the test will fail. For fix this, we just need to add the waiting time. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10143 ## How was this patch tested? Before, lots of failures. https://github.com/xichen01/ozone/actions/runs/8158284595 After, All successful https://github.com/xichen01/ozone/actions/runs/8158363756 -- 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]
