devmadhuu opened a new pull request, #5825: URL: https://github.com/apache/ozone/pull/5825
This PR fixes the Intermittent failure in `TestPipelineClose#testPipelineCloseWithLogFailure`. Test case was earlier verifying if `org.apache.hadoop.hdds.scm.pipeline.PipelineActionHandler#onMessage` gets called immediately with timeout f 100 ms after calling `org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis#handleNodeLogFailure` , this was failing intermittently as the number of times `PipelineActionHandler#onMessage` get called may vary due to timing issue from all 3 DNs, so this PR fixes this problem by changing the calling count at least once for `PipelineActionHandler#onMessage` method. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5604 ## How was this patch tested? This patch was tested using existing integration test by running using flaky workflow. Here is the green CI [link](https://github.com/devmadhuu/ozone/actions/runs/7244179623). -- 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]
