You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/23 21:22:29 UTC

[GitHub] [beam] Abacn commented on issue #21729: [Bug]: Flaky test org.apache.beam.sdk.io.gcp.spanner.SpannerIOWriteExceptionHandlingTest.testExceptionHandlingForWriteGrouped

Abacn commented on issue #21729:
URL: https://github.com/apache/beam/issues/21729#issuecomment-1164885457

   Comment in SpannerIOWriteExceptionHandlingTest says "The default backoff generates about 9 retries, and then errors out the pipeline." This is not always true. FluentBackoff has randomOffset and it may turned out to generate 8 or 10 retries, with total sleep time equals to the max cumulative time (15 min). This makes the tests having a certain probability to fail.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org