JyotinderSingh opened a new pull request #2991: URL: https://github.com/apache/ozone/pull/2991
## What changes were proposed in this pull request? `TestKeyDeletingService.checkIfDeleteServiceWithFailingSCM` seems to be intermittently failing frequently on both CI and local setups. Attached logs archive from failed CI run. https://github.com/apache/ozone/runs/4821162701?check_suite_focus=true Resolution: KeyDeletingService can sometimes take more than a few milliseconds to pick up the keys queued up for deletion. If the assertion runs before this is allowed to happen it can cause a test failure. We have added an artificial sleep wait before running the assertion to circumvent this. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6183 ## How was this patch tested? Unit Tests. -- 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]
