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

ci: also run integration tests against sql server 2016, 2017 & 2019 on windows #1531

Merged
merged 14 commits into from
Apr 8, 2023

Conversation

mShan0
Copy link
Contributor

@mShan0 mShan0 commented Mar 29, 2023

Adds SQL server versions 2016, 2017, 2019, 2022, and the latest cumulative update for each SQL server version

@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Merging #1531 (57a3c1e) into master (18443f3) will not change coverage.
The diff coverage is n/a.

@@           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"
Copy link
Contributor Author

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

@arthurschreiber arthurschreiber changed the title ci: use updated windows sql server ci: run integration tests against all supported sql server versions on windows Apr 8, 2023
@arthurschreiber arthurschreiber changed the title ci: run integration tests against all supported sql server versions on windows ci: also run integration tests against sql server versions 2016, 2017 & 2019 on windows Apr 8, 2023
@arthurschreiber arthurschreiber changed the title ci: also run integration tests against sql server versions 2016, 2017 & 2019 on windows ci: also run integration tests against sql server 2016, 2017 & 2019 on windows Apr 8, 2023
@arthurschreiber arthurschreiber merged commit 2859339 into master Apr 8, 2023
@arthurschreiber arthurschreiber deleted the windows-ci-changes branch April 8, 2023 12:42
@github-actions
Copy link

github-actions bot commented May 7, 2023

🎉 This PR is included in version 16.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

AdamJohnSwan pushed a commit to AdamJohnSwan/tedious that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants