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

Modify flake threshold for hotrestart_handoff_test #33966

Merged
merged 2 commits into from
May 10, 2024

Conversation

ravenblackx
Copy link
Contributor

@ravenblackx ravenblackx commented May 6, 2024

Commit Message: Modify flake threshold for hotrestart_handoff_test
Additional Description: #33251 appears to be a racy flake due to tsan runs being slower. This adjustment is hopefully enough to keep it from flaking. If it continues to flake, it's probably worth considering making this test skipped for *san tests rather than increasing the tolerance any further, since integration tests don't really benefit much from *san anyway.

Turns out increasing the tolerance threshold actually makes the situation worse - it must be long enough for another envoy instance to fully start up, but also shorter than (some sort of connection idle timeout that occurs in quiche).

Risk Level: None, test-only.
Testing: Yes it is.
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Raven Black <ravenblack@dropbox.com>
@phlax
Copy link
Member

phlax commented May 9, 2024

/wait for ci fixes

phlax
phlax previously approved these changes May 9, 2024
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @ravenblackx (modulo ci)

Signed-off-by: Raven Black <ravenblack@dropbox.com>
@ravenblackx ravenblackx changed the title Increase flake threshold for hotrestart_handoff_test Modify flake threshold for hotrestart_handoff_test May 9, 2024
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @ravenblackx

@ravenblackx ravenblackx merged commit a1ce0ee into envoyproxy:main May 10, 2024
51 checks passed
@ravenblackx ravenblackx deleted the hot_restart_race branch May 10, 2024 14:24
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.

3 participants