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
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
@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
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
None yet
Development

Successfully merging this pull request may close these issues.

Flaky test - asapauthextension - TestRoundTripper
5 participants