Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws/client: Fix broken Throttle Retry test case #2795

Closed
skotambkar opened this issue Aug 28, 2019 · 0 comments · Fixed by #2796 or #2805
Closed

aws/client: Fix broken Throttle Retry test case #2795

skotambkar opened this issue Aug 28, 2019 · 0 comments · Fixed by #2796 or #2805
Assignees
Labels
bug This issue is a bug.

Comments

@skotambkar
Copy link
Contributor

The test for retry throttle cap (TestRetryDelay) is broken and doesn't test the behavior correctly.

Related to PR #1654

@skotambkar skotambkar self-assigned this Aug 28, 2019
@jasdel jasdel added the bug This issue is a bug. label Aug 28, 2019
jasdel pushed a commit that referenced this issue Aug 29, 2019
Updates logic for calculating the delay after which a request can be retried. Retry delay now includes the Retry-After duration specified in a request. Fixes broken test for Throttle Retry cap.

Fixes #2795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
2 participants