Add integration tests for ApplicationIntent=ReadOnly behavior#5
Open
DAlperin wants to merge 1 commit intomz_changesfrom
Open
Add integration tests for ApplicationIntent=ReadOnly behavior#5DAlperin wants to merge 1 commit intomz_changesfrom
DAlperin wants to merge 1 commit intomz_changesfrom
Conversation
c38f4ef to
eb7103a
Compare
Add a 2-node SQL Server Availability Group Docker setup and integration tests verifying that readonly connections work correctly. Standalone tests confirm ReadOnly connections succeed via both ADO connection string and the Config API. AG tests verify that SELECT succeeds on a readable secondary while INSERT, UPDATE, DELETE, and DDL are all rejected. Also fixes cert file permissions in the 2022 dockerfile that prevented SQL Server from starting (mssql user couldn't read /certs/).
eb7103a to
be27c49
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a 2-node SQL Server Availability Group Docker setup and integration tests verifying that readonly connections work correctly. Standalone tests confirm ReadOnly connections succeed via both ADO connection string and the Config API. AG tests verify that SELECT succeeds on a readable secondary while INSERT, UPDATE, DELETE, and DDL are all rejected.
Also fixes cert file permissions in the 2022 dockerfile that prevented SQL Server from starting (mssql user couldn't read /certs/).