-
Notifications
You must be signed in to change notification settings - Fork 741
Fix daily tests #2340
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 daily tests #2340
Conversation
Benchmark resultsInstruction countsSignificant differencesThere are no significant instruction count differences Other differencesClick to expand
Wall-timeSignificant differencesThere are no significant wall-time differences Other differencesClick to expand
Additional informationCheckout details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2340 +/- ##
=======================================
Coverage 94.88% 94.88%
=======================================
Files 103 103
Lines 24191 24191
=======================================
Hits 22953 22953
Misses 1238 1238 ☔ View full report in Codecov by Sentry. |
(merging with one review because I think it's mostly uncontroversial) |
There were two issues here:
Taking hickory-proto 0.25.0-alpha.5 without hickory-resolver produced something that built but couldn't do any lookups: https://github.com/rustls/rustls/actions/runs/13292247381/job/37115669161
We previously pinned this because prereleases have no particular stability guarantees, but since we should be only using
--locked
dependencies, this is actively unhelpful and this dependency is only in example and test code.Fallout from unbuffered: introduce
PeerClosed
state #2332Working run with these changes: https://github.com/rustls/rustls/actions/runs/13307896223/workflow