Skip to content
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

Test | Fix Unit Tests for GetSqlServerSPN #2442

Merged
merged 19 commits into from
Aug 29, 2024

Commits on Apr 3, 2024

  1. Add fixes in SNIProxy to initialize InstanceName from data source.

    Added unit test to test GetSqlServerSPNs function to return port number for TCP and instance name for NP.
    arellegue committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8ddd3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f5d2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3681b82 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Added comment for usage of port and use Trim() for all usage of token…

    …ByBackSlash string array.
    arellegue committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    940b4e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7c222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f78d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Reverted change to SNIProxy.cs so it no longer does force initializat…

    …ion of InstanceName property.
    
    Add IntanceName initialization using reflection instead in the unit test instead.
    arellegue committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    76cd350 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Remove unused usings.

    arellegue committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b2ef4c5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    57ea9e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a5961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0086bfb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merged from upstream main.

    arellegue committed May 24, 2024
    Configuration menu
    Copy the full SHA
    43dee59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291d3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Applied suggested change.

    Remove inline data with embedded spaces.
    arellegue committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8a87c72 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    14c4b03 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    81c2891 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    050af61 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    df929e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Removed test case for named pipe protocol as the parsing for tcp prot…

    …ocol should have identical behavior, it handles space and colon.
    arellegue committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d047321 View commit details
    Browse the repository at this point in the history