Uh oh!
There was an error while loading. Please reload this page.
Use managed ntlm on linux-bionic - #95274
Conversation
ghost
commented
Nov 27, 2023
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
rzikm
commented
Nov 27, 2023
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rzikm
commented
Nov 28, 2023
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rzikm
commented
Nov 28, 2023
CI looks good |
bartonjs
left a comment
There was a problem hiding this comment.
It should either be StartsWith("linux-bionic-") or, if it's sometimes Equals and sometimes has a hyphen, should change to regex. But StartsWith ending with an "unterminated" string isn't good in production code.
Uh oh!
There was an error while loading. Please reload this page.
filipnavara
left a comment
There was a problem hiding this comment.
LGTM in general. I agree with the StartsWith("linux-bionic-") comment.
Uh oh!
There was an error while loading. Please reload this page.
MichalStrehovsky
commented
Nov 29, 2023
Can this test exclusion be also removed? Looks like it has been there since Bionic was initially added. runtime/src/libraries/tests.proj Line 175 in 7543b05 |
rzikm
commented
Nov 29, 2023
I don't think this is related to this change. NTLM tests are in the UnitTests project, not FunctionalTests. |
rzikm
commented
Nov 29, 2023
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
rzikm
commented
Nov 29, 2023
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
rzikm
commented
Nov 29, 2023
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rzikm
commented
Nov 29, 2023
CI looks good https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-95274-merge-01c93e7798af48e0a3/System.Net.Security.Unit.Tests/1/console.a6959422.log?helixlogtype=result |
rzikm
commented
Nov 29, 2023
All CI failures are known build errors. |
Fixes#93104
Fixes#87665