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 key update integration test #3005

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

marten-seemann
Copy link
Member

We can receive a packet with key phase 0 and immediately update to key phase 1, without ever having sent a packet with key phase 0.
Equivalently, it might happen that we receive a packet with key phase N containing the CONNECTION_CLOSE, and never reply with a packet in key phase N.

@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #3005 (bef8207) into master (06dfb86) will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3005      +/-   ##
==========================================
+ Coverage   86.12%   86.18%   +0.06%     
==========================================
  Files         135      135              
  Lines        9443     9480      +37     
==========================================
+ Hits         8132     8170      +38     
  Misses        953      953              
+ Partials      358      357       -1     
Impacted Files Coverage Δ
send_stream.go 94.24% <0.00%> (+1.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06dfb86...bef8207. Read the comment docs.

@marten-seemann marten-seemann merged commit 492429a into master Jan 18, 2021
@marten-seemann marten-seemann deleted the fix-flaky-key-update-test branch January 18, 2021 10:54
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
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.

1 participant