-
Notifications
You must be signed in to change notification settings - Fork 438
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
ci: also run integration tests against sql server 2016, 2017 & 2019 on windows #1531
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1531 +/- ##
=======================================
Coverage 79.63% 79.63%
=======================================
Files 91 91
Lines 4655 4655
Branches 854 854
=======================================
Hits 3707 3707
Misses 681 681
Partials 267 267 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
||
sqlcmd -S localhost -q "ALTER LOGIN [sa] WITH PASSWORD=N'yourStrong(!)Password'" | ||
sqlcmd -S localhost -q "ALTER LOGIN [sa] ENABLE" | ||
.\setup\setup.exe /q /ACTION=Install /INSTANCENAME=MSSQLSERVER /FEATURES=SQLEngine /UPDATEENABLED=1 /UpdateSource=C:\temp /SQLSVCACCOUNT='NT SERVICE\MSSQLSERVER' /SQLSYSADMINACCOUNTS='BUILTIN\ADMINISTRATORS' /TCPENABLED=1 /NPENABLED=0 /IACCEPTSQLSERVERLICENSETERMS /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS /SECURITYMODE=SQL /SAPWD="yourStrong(!)Password" |
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.
Removed /USESQLRECOMMENDEDMEMORYLIMITS
because 2016 and 2017 do not support it.
I can add it back in for 2019 and newer if need be
🎉 This PR is included in version 16.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds SQL server versions 2016, 2017, 2019, 2022, and the latest cumulative update for each SQL server version