-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
run full test suite for every supported Windows SQL Server driver #10997
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
59fe55a
to
33c0be0
Compare
Remove the limited "can we connect to SQL Server using all supported drivers?" test in favor of running the full Windows test suite once per supported driver: SQLOLEDB, SQLNCLI11, MSOLEDBSQL, odbc. We've had bugs in the past that are specific to a single driver and this will ensure that all supported drivers are fully tested.
33c0be0
to
1e0a985
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What does this PR do?
Remove the limited "can we connect to SQL Server using all supported drivers?" test in favor of running the full Windows test suite once per supported driver: SQLOLEDB, SQLNCLI11, MSOLEDBSQL, odbc.
We've had bugs in the past that are specific to a single driver and this will ensure that all supported drivers are fully tested.
Also cleanup instance configuration to ensure all instances are derived from the same base "default" instance, which is where we are varying the driver based on the current env.
Motivation
Improve Windows test coverage.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached