devmadhuu opened a new pull request, #5667: URL: https://github.com/apache/ozone/pull/5667
## What changes were proposed in this pull request? This PR is to allow running test cases of `TestContainerServer` class, as they were marked `slow` and some `unhealthy`. In earlier written test case, some of the inputs to `testClientServerWithContainerDispatcher` like volumeSet and config like `hdds.datanode.dir` were not set correctly due to which the test was failing and it was failing after running and retrying for more than 2 mins. This PR has improved that corrected the test case. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3438 ## How was this patch tested? Since this PR is to allow and enable running of test cases of `TestContainerServer` class, the test class has been tested using running multiple times and it passed successfully without any significant delay. -- 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]
