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

Fix key TTL to fix flaky test #9269

Conversation

jamesmoessis
Copy link
Contributor

Description:

Fixes #9259

There was a typo in the test where I forgot to add a * time.Second after the TTL value, so the key's TTL was 60 nanoseconds instead of 60 seconds. The build environment must be slow enough, but not the local environments. Produced locally by running it through the debugger which slowed down the execution time enough to see what was going on.

@jamesmoessis jamesmoessis requested a review from a team as a code owner April 14, 2022 06:08
@project-bot project-bot bot added this to In progress in Collector Apr 14, 2022
@jamesmoessis
Copy link
Contributor Author

jamesmoessis commented Apr 14, 2022

cc @jpkrohling @dmitryax

Can someone please add the "skip changelog" tag? This change is minor and test-only so I doubt it needs a changelog entry.

@dmitryax dmitryax added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 14, 2022
Collector automation moved this from In progress to Reviewer approved Apr 14, 2022
@jpkrohling
Copy link
Member

Load tests restarted.

@codeboten codeboten merged commit 7ad1e16 into open-telemetry:main Apr 18, 2022
@jamesmoessis jamesmoessis deleted the fix-flaky-asapauthextension-test branch April 19, 2022 00:04
vladracula referenced this pull request in SabreOSS/opentelemetry-collector-contrib May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
No open projects
Collector
  
Reviewer approved
Development

Successfully merging this pull request may close these issues.

Flaky test - asapauthextension - TestRoundTripper
5 participants