pulumi/sdk/go/common/util
Abhinav Gupta cd00dbb4bb
sdk/common/retry: Fix extraneous backoff
The prior commit discovered that our retry logic backs off
by a longer delay than it needs to.
It doesn't respect the initial "delay" configuration,
and instead begins with "delay * backoff".

This change fixes the issue and updates the test expectations.
2023-03-24 16:39:02 -07:00
..
archive sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
buildutil sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
ciutil chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
cmdutil go/cmdutil: Test for IsTruthy 2023-03-07 10:01:07 -08:00
contract sdk/contract: Deprecate non-f variants 2023-03-03 14:37:59 -08:00
deepcopy all: Fix revive issues 2023-03-21 08:55:11 -07:00
env gosimple: printf, time.Since, TrimPrefix, etc. 2023-01-12 09:55:34 -08:00
executable sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
fsutil sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
gitutil sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
goversion sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
httputil all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
logging all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
mapper sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
result sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
retry sdk/common/retry: Fix extraneous backoff 2023-03-24 16:39:02 -07:00
rpcutil all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
yamlutil all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00