-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[release/2.1] Switch to consolidated Windows build images #44347
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
Conversation
|
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
|
Hi @dougbu. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
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.
What else was being thrown?
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.
From previous build (#20221003.26):
Expected: typeof(System.IO.IOException)
Actual: typeof(System.ComponentModel.Win32Exception): The client and server cannot communicate, because they do not possess a common algorithm
---- System.ComponentModel.Win32Exception : The client and server cannot communicate, because they do not possess a common algorithm
wtgodbe
left a comment
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.
yml parts look good
- `IOException` was too specific on newer Windows images
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.
Other changed test now working fine. But this one only gets further and fails a few lines down:
Assert.Equal() Failure
Expected: 1
Actual: 2
Stack trace
at Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.HttpsTests.ClientAttemptingToUseUnsupportedProtocolIsLoggedAsDebug() in /_/src/Servers/Kestrel/test/FunctionalTests/HttpsTests.cs:line 439
--- End of stack trace from previous location where exception was thrown ---
I'm nervous about changing the throwing line to Assert.Equal(2, loggerProvider.FilterLogger.LastEventId); because a similar test in main's src\Servers\Kestrel\test\InMemory.FunctionalTests\HttpsTests.cs uses the current assertions. Thoughts @Tratcher @halter73❔
Will try that change overnight but will await your answers.
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.
Weird, failed with that change -- Actual: 1 in that case. Removed the extra commit…
No description provided.