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

tests: wait 1m before retry to reduce flakiness #373

Closed

Conversation

natalian98
Copy link
Contributor

Issue

The forward-auth integration tests are flaky due to latency in mounting the configmap as a volume inside the container.

Solution

The latency depends on kubelet's syncFrequency config (see more reference here). The default is 1m, so to reduce the tests flakiness we can wait 1m before retrying a request.

Context

n/a

Testing Instructions

n/a

Upgrade Notes

tests: wait 1m before retry to reduce flakiness

@natalian98 natalian98 force-pushed the fix-forward-auth-tests-flakiness branch from be41b69 to f087e24 Compare June 26, 2024 09:54
@natalian98 natalian98 force-pushed the fix-forward-auth-tests-flakiness branch from f087e24 to 181abb2 Compare July 15, 2024 08:59
@PietroPasotti
Copy link
Contributor

@natalian98 we'll delete this branch as it seems to be stale, or do you intend to drive it to completion?

@natalian98
Copy link
Contributor Author

Yes, you can delete this branch. Thanks

@natalian98 natalian98 closed this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants