thiagotnunes opened a new pull request, #23748: URL: https://github.com/apache/beam/pull/23748
The failing test exercises the retry mechanism of the Cloud Spanner client when receiving UNAVAILABLE exceptions. Since this error is retried forever, the test is configured to retry for a while and cancel the pipeline. The wait time was too low and no requests were retried. Here we update the wait time from 5ms to 500ms, which gives the pipeline more time to retry requests. Fixes #21533 -- 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]
