Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[release/8.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 #112472

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

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Feb 12, 2025

Manual port of 92403f5 which did not made it in release branches.

Fixes #112312.

Customer Impact

None, Test-only change

Regression

No, new test failure occurred after adding new platform to test matrix.

Testing

CI run succeeds

Risk

Low, test-only change.

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

LFTM

@rzikm
Copy link
Member Author

rzikm commented Feb 13, 2025

Test-only change -> tell mode

@rzikm rzikm added the Servicing-approved Approved for servicing release label Feb 13, 2025
@rzikm
Copy link
Member Author

rzikm commented Feb 13, 2025

/ba-g WinHttpHandler failure is unrelated

@rzikm rzikm merged commit 6f7daef into dotnet:release/8.0-staging Feb 13, 2025
112 of 117 checks passed
@@ -192,6 +193,11 @@ public async Task NegotiateStream_StreamToStream_Authentication_EmptyCredentials
{
string targetName = "testTargetName";

if (PlatformDetection.IsWindowsServer2025)
Copy link
Member

Choose a reason for hiding this comment

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

This is a misnomer - it's checking any windows SKU newer than build 26100 -- so you've effectively turned this off these tests on all new windows machines. I noticed as this was failing in release branches where we haven't added testing for Server 2025.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants