swamirishi commented on PR #9234: URL: https://github.com/apache/ozone/pull/9234#issuecomment-3496916714
Are the test cases failing or timing out? So far I have seen most of the test cases timeout and rerunning them just passes it. Most of the failing test cases if we see are allied to the mini ozone cluster. It mostly has got to do with the context switching that needs to happen between the threads continuously. Especially what I have noticed is the GenericTestUtils.waitFor() function sometimes the polling frequency is too low and some times the background services freqency interval is set so low that the amount of contention between threads can also be a cause. We should only write integration tests when we need an integration test and not use a mini ozone cluster to write a unit test case. I see a lot of patches doing this -- 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]
