adoroszlai commented on PR #5742: URL: https://github.com/apache/ozone/pull/5742#issuecomment-1857423740
Please check [CI run in fork](https://github.com/DaveTeng0/ozone/actions/runs/7218161450/job/19667337968) before starting PR workflow. If there is a failure caused by the change (here [`TestWritableRatisContainerProvider` is failing](https://github.com/DaveTeng0/ozone/actions/runs/7218161450/job/19667337968#step:5:1848)), we need to wait for further fix, no need to spend CI resources on repeating the same failing test. ``` org.mockito.exceptions.verification.TooManyActualInvocations: writableRatisContainerProvider.selectContainer( <any List>, <any long>, <any string>, <any org.apache.hadoop.hdds.scm.container.common.helpers.ExcludeList> ); Wanted 3 times: -> at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.selectContainer(WritableRatisContainerProvider.java:219) But was 4096 times: -> at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:104) -> at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:104) -> at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:104) -> at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:104) ... ``` -- 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]
