sumitagrawl commented on PR #9401: URL: https://github.com/apache/ozone/pull/9401#issuecomment-3605144704
@errose28 @szetszwo org.apache.hadoop.ozone.client.rpc.TestContainerStateMachineFailures#testContainerStateMachineAllNodeFailure(() is added covering the scenario. Without fix, its taking 66 sec for this, can be reproduce reverting change to have exceptionally completion, ``` org.opentest4j.AssertionFailedError: Operation took longer than expected: 66341 ==> Expected :true Actual :false <Click to see difference> ``` Its exiting after 66sec due to GroupMismatchException as pipeline got closed. -- 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]
