Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(gax): RetryMiddleware should determine deadlineMs before first call#9265

Merged
bshaffer merged 3 commits into
mainfrom
gax-fix-retrymiddleware-deadline
Jun 17, 2026
Merged

fix(gax): RetryMiddleware should determine deadlineMs before first call#9265
bshaffer merged 3 commits into
mainfrom
gax-fix-retrymiddleware-deadline

Conversation

@bshaffer

Copy link
Copy Markdown
Contributor

fixes #9263

deadlineMs was being calculated after the first RPC call, which meant the time that RPC call took to complete was not being accounted for in the total timeout.

@bshaffer bshaffer requested a review from a team as a code owner June 17, 2026 14:04
@bshaffer bshaffer added the next release PRs to be included in the next release label Jun 17, 2026
@bshaffer bshaffer merged commit 770bece into main Jun 17, 2026
39 checks passed
@bshaffer bshaffer deleted the gax-fix-retrymiddleware-deadline branch June 17, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

next release PRs to be included in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Flakey Tests

2 participants