-
Couldn't load subscription status.
- Fork 316
Fix | Fix unit test for SPN to include port number with Managed SNI #2281
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
DavoudEshtehari
merged 21 commits into
dotnet:main
from
arellegue:FixUnitTestForSPNPortNumber
Feb 26, 2024
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9c776f3
Remove ActiveIssue to test pipeline.
arellegue f84884c
Fix SPN port number Unit Test to use TCP and NP connection strings an…
arellegue 36c235f
Try adding retry and delay in creating and using the connection objec…
arellegue 0caa4ce
Added IsUsingManagedSNI annotation since reflection is using ManagedS…
arellegue c47a16e
Add wrapper for all required annotations for the unit test as it is t…
arellegue 64c0103
Removed all Sleeps as they are not needed.
arellegue af685d3
Add annotation to skip .net framework for SPN port unit test.
arellegue 6076e8e
Put [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)] so …
arellegue bea5513
Removed SkipOnTargetFramework as it did not stop the unit test from r…
arellegue fa556f5
Add validation of InstanceName within the ConditionalThreory annotation.
arellegue 6ace809
Removed and sorted using references.
arellegue 660d992
Fix ParseDataSource named pipe data source detection to be case insen…
arellegue 192a1e2
Applied PR review suggesstions.
arellegue 8a93097
Moved named pipe protocol port usage assert message to line 138 and u…
arellegue 00d9a3c
Removed all source codes that handle named pipe protocol.
arellegue 41366f6
Removed unwanted comments as they cause code bloat.
arellegue baa3ab9
Add SPN pattern validation and use Assert.Equal to compare expected p…
arellegue 53a13e6
Merge branch 'main' into FixUnitTestForSPNPortNumber
arellegue 2bc3f7c
Added validation for DataSource.
arellegue c131562
Added assertion if DataSource is valid.
arellegue 0c5ed6f
Replace If (port > 0) with Assert( port > 0, ...)
arellegue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.