aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_retry.py
AgeCommit message (Expand)Author
2021-07-23fix: add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions (...Tres Seaver
2021-06-16chore: blacken (#206)Tres Seaver
2021-05-03feat: retry google.auth TransportError and requests ConnectionError (#178)Anthonios Partheniou
2021-03-31Fix retry.with_delay multiplier parameter handling (#164)Quentin Sommer
2020-05-28feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20)MF2199
2019-12-10feat(api_core): make the last retry happen at deadline (#9873)Peter Lamut
2019-08-22API Core: Retry.__init__ add on_error (#8892)Leonid Emar-Kar
2019-05-28Core: Classify 503 Service Unavailable errors as transient. (#8182)Tres Seaver
2018-11-29blacken api_core and core (#6668)Christopher Wilcox
2017-10-31Switch copyright holder to "Google LLC" (#4287)Luke Sneeringer
2017-10-18Add api_core package (#4210)Jon Wayne Parrott