nandakumar131 opened a new pull request, #5702: URL: https://github.com/apache/ozone/pull/5702
## What changes were proposed in this pull request? The`TestPipelineClose#testPipelineCloseWithPipelineAction` only waits for 5 seconds before it timeout and fails. The `ozone.scm.pipeline.destroy.timeout` is set to 5 seconds in the test. So, SCM will send close pipeline command to Datanode only after 5 seconds and the datanode is not getting enough time to remove the pipeline. It's good to increase the timeout in test to at least 10 seconds. ## What is the link to the Apache JIRA HDDS-9801 ## How was this patch tested? Executed the test multiple times in local to make sure that the test consistently passes. -- 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]
