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

[release/7.0] Remove assert from Http3Connection.SendAsync #74484

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Aug 24, 2022

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.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

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.

@ghost ghost assigned rzikm Aug 24, 2022
@rzikm rzikm changed the base branch from main to release/7.0 August 24, 2022 07:55
@ghost
Copy link

ghost commented Aug 24, 2022

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details
Author: rzikm
Assignees: -
Labels:

area-System.IO, new-api-needs-documentation

Milestone: -

@rzikm rzikm changed the title 74348 backport [release/7.0-rc1] Remove assert from Http3Connection.SendAsync Aug 24, 2022
@rzikm rzikm requested a review from a team August 24, 2022 07:58
@rzikm rzikm changed the title [release/7.0-rc1] Remove assert from Http3Connection.SendAsync [release/7.0] Remove assert from Http3Connection.SendAsync Aug 24, 2022
@ghost
Copy link

ghost commented Aug 24, 2022

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Manual backport of #74348 to release/7.0

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.

Author: rzikm
Assignees: rzikm
Labels:

area-System.Net.Http

Milestone: -

@rzikm
Copy link
Member Author

rzikm commented Aug 24, 2022

CI failure is unrelated (in HTTP2)

Copy link
Member

@danmoseley danmoseley left a 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

@carlossanlop
Copy link
Member

Approved and signed off.
CI failure is unrelated.
Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit 5736b6e into dotnet:release/7.0 Aug 24, 2022
@karelz karelz added this to the 7.0.0 milestone Aug 25, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure System.IO.Tests.RandomAccess_GetLength.ReturnsActualLengthForDevices(options: Asynchronous)
5 participants