-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/7.0] Remove assert from Http3Connection.SendAsync #74484
Conversation
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsManual backport of #74348 to release/7.0 cc: @danmoseley Customer ImpactNone, this change affects only tests (Asserts don't run in Release configuration). We have seen an increased number of crashes on Debug runs on Alpine Linux where we recently enabled HTTP/3 test coverage (#74162). This PR serves to mainly de-noise CI reports. TestingFunctional tests pass on CI, and the affected test was run many times in a tight loop on the affected configuration. RiskLow, test only change.
|
CI failure is unrelated (in HTTP2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, test stabilization that does not affect release
Approved and signed off. |
Manual backport of #74348 to release/7.0
Fixes #74162.
cc: @danmoseley
Customer Impact
None, this change affects only tests (Asserts don't run in Release configuration). We have seen an increased number of crashes on Debug runs on Alpine Linux where we recently enabled HTTP/3 test coverage (#74162). This PR serves to mainly de-noise CI reports.
Testing
Functional tests pass on CI, and the affected test was run many times in a tight loop on the affected configuration.
Risk
Low, test only change.