You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
A test was flaky due to depending on timing and an exact count of a
periodic condition. By asserting instead that a minimum count was
achieved instead, the problem can be sidestepped.
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixesopen-telemetry#42867
<!--Describe what testing was performed and which tests were added.-->
#### Testing
`go test -count 100 -run
TestStoreCredentials_PreexistingCredentialsAreUsed` will fail before
this change is applied, and succeed after.
Signed-off-by: Eric Chlebek <[email protected]>
0 commit comments