nielm commented on PR #17335: URL: https://github.com/apache/beam/pull/17335#issuecomment-1148396925
re pre-commit failure in `org.apache.beam.sdk.io.gcp.spanner.SpannerIOWriteExceptionHandlingTest.testExceptionHandlingForWriteGrouped` I saw this occasionally in my local testing when my local machine was under load and have been looking into it. It does seem to be a timing related flake, unrelated to this PR. Will debug and fix separately; raised #21729 ``` > is a org.mockito.exceptions.verification.TooManyActualInvocations Stacktrace was: org.mockito.exceptions.verification.TooManyActualInvocations: sleeper.sleep(<any long>); Wanted 9 times: -> at org.apache.beam.sdk.io.gcp.spanner.SpannerIOWriteExceptionHandlingTest.testExceptionHandlingForWriteGrouped(SpannerIOWriteExceptionHandlingTest.java:222) But was 10 times: ``` -- 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]
