-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/6.0] Fix WinHttp StreamingTest backward compat version #104838
[release/6.0] Fix WinHttp StreamingTest backward compat version #104838
Conversation
/azp run runtime-libraries-coreclr outerloop-windows |
Azure Pipelines failed to run 1 pipeline(s). |
This change is failing on |
Template please, definitely before putting in Servicing-approved. |
b29e9ae
to
f47ef87
Compare
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 now, the CI seems to pass.
…kward_compat_version_release_6.0
Test only change, CI looks happy, tell mode, adding servicing-approved. |
Description
Fixes #104390
and disables other tests in the same test suite, which can trigger assertion problem see below.
main PR #104722 which fixes the behavior, but in release branches we're disabling tests instead.
Recently, WS2022 got an update which backports AUTOMATIC_CHUNKING in WinHttp, and it affects our test in CI. Because, we were relying on it, now we're disabling tests because #104891 started to pop up with the backport in WS2022.
Customer Impact
No Customer Impact, test-only change.
Regression
No
Testing
CI
Risk
Test-only change, no risk.
Package authoring signed off?
IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.