-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Unix NegotiateStream: Addressing PR feedback #7317
Conversation
NegotiateStreamTests are cleaned up to remove boiler-plate code. Minor Code cleanup to accomodate PR feedback OS specific error message for native dependencies
|
The PR covers the following points from #7031 3. Fix up boiler plate code in KerberosTest.cs cc: @stephentoub |
|
LGTM |
|
@dotnet-bot test outerloop rhel7.2 debug |
|
@dotnet-bot test this please |
|
Both outerloop tests failed with |
|
@dotnet-bot test outerloop rhel7.2 debug |
|
|
Test OuterLoop Ubuntu14.04 Debug please |
|
I'm going to go ahead and merge this. It passed outerloop on RHEL, and outerloop on Ubuntu is currently broken due to #7455. |
Unix NegotiateStream: Addressing PR feedback Commit migrated from dotnet/corefx@a9c4fbd
#7031 listed out the places in NegotiateStream that needed fix.
This PR addresses those of the comments where the scope is limited to NegotiateStream functionality.
Specifically,
SecurityStatusAdapterPalis changed to include a static constructor in the Debug mode.