devmadhuu opened a new pull request, #5397: URL: https://github.com/apache/ozone/pull/5397
## What changes were proposed in this pull request? This PR fixes the intermittent timeout in `TestStorageContainerManager#testBlockDeletionTransactions` due to assertion failure of verifying "`NumOfValidTransactions`" as zero in deleted block log. Intermittent failure reason was due to holding the deleted transaction in SCM transaction buffer, so reducing of transaction buffer interval in test mini cluster solved the problem. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8492 ## How was this patch tested? This patch was tested using multiple iterations of CI run. Here is the [green CI link](https://github.com/devmadhuu/ozone/actions/runs/6427210284) from forked branch. -- 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]
