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

Log QUIC_TLS_SECRETS on all TestConnections and write to disk on cleanup #4349

Merged
merged 14 commits into from
Aug 28, 2024

Conversation

anrossi
Copy link
Contributor

@anrossi anrossi commented Jun 14, 2024

Description

Logs QUIC_TLS_SECRETs on all TestConnections. If a filepath is provided, then it will write the QUIC_TLS_SECRETS in an sslkeylogfile format to the provided file path when the TestConnection is destructed.

Testing

CI

Documentation

N/A

@anrossi anrossi added the Area: Testing Related to test coverage label Jun 14, 2024
@anrossi anrossi requested a review from a team as a code owner June 14, 2024 02:59
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.73%. Comparing base (6a37cdc) to head (b79f29f).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4349      +/-   ##
==========================================
- Coverage   86.56%   85.73%   -0.83%     
==========================================
  Files          56       56              
  Lines       15521    15521              
==========================================
- Hits        13435    13307     -128     
- Misses       2086     2214     +128     

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

@anrossi anrossi force-pushed the anrossi/test-log-tls-secrets branch from 68f814f to 343a1e9 Compare June 18, 2024 06:54
@anrossi anrossi marked this pull request as draft June 18, 2024 06:57
@anrossi anrossi marked this pull request as ready for review August 24, 2024 05:08
@anrossi
Copy link
Contributor Author

anrossi commented Aug 24, 2024

I can't repro the test failure locally.

Copy link
Member

@nibanks nibanks left a comment

Choose a reason for hiding this comment

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

LGTM!

@anrossi anrossi merged commit 4faa8d0 into main Aug 28, 2024
467 of 470 checks passed
@anrossi anrossi deleted the anrossi/test-log-tls-secrets branch August 28, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Testing Related to test coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants