Add CI pipeline for multi-version SQL Server testing#665
Merged
erikdarlingdata merged 3 commits intodevfrom Feb 16, 2026
Merged
Add CI pipeline for multi-version SQL Server testing#665erikdarlingdata merged 3 commits intodevfrom
erikdarlingdata merged 3 commits intodevfrom
Conversation
- sql-tests.yml: Matrix testing on SQL Server 2017/2019/2022/2025 - Regenerates DarlingData.sql from current branch via Merge-All.ps1 - Installs all procs and verifies 9 exist via OBJECT_ID checks - test_help_output.sql: Validates @help=1 for all 9 procedures - test_basic_execution.sql: Default execution for 6 safe procedures All tests verified locally against sql2022 (9/9 help, 6/6 execution). See issue #664 for details. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…t apt repo - Health check: grep errorlog instead of sqlcmd (works across all container versions) - Install sqlcmd: skip repo setup if Microsoft repo already configured (Ubuntu 24.04) - Increase health retries from 10 to 15 for slower container starts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sp_PerfCheck reads the default trace file which does not exist in Docker containers. Move to help-only testing (already covered in test_help_output.sql). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
DarlingData.sqlfrom current branch viaMerge-All.ps1before testing@help = 1for all 9 proceduresWhat this catches
@help = 1output regressionsDarlingData.sqlstaleness (regenerated from source each CI run)Closes #664
Test plan
🤖 Generated with Claude Code