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 flaky 0-RTT packet drop test #4306

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Conversation

marten-seemann
Copy link
Member

We don't really need to randomly drop packets. It should be fine to predictably drop packets instead. That way, we can't run into the (unlikely) corner case where the random number generator decides to not drop any packets at all.

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (07ec324) 84.14% compared to head (cc68af9) 84.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4306      +/-   ##
==========================================
+ Coverage   84.14%   84.16%   +0.02%     
==========================================
  Files         150      150              
  Lines       15364    15364              
==========================================
+ Hits        12928    12931       +3     
+ Misses       1938     1935       -3     
  Partials      498      498              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann merged commit dc49f56 into master Feb 3, 2024
34 checks passed
@marten-seemann marten-seemann deleted the fix-flaky-0rtt-drop-test branch February 3, 2024 06:59
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 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.

None yet

1 participant