Skip to content

Commit b3b2056

Browse files
committed
test: add TAP tests and housekeeping for mysql-zstd_compression_level
- New test mysql-zstd_compression_level-t.cpp: validates default value, range enforcement (1-22), rejection of 0 and 23, independence from mysql-protocol_compression_level, and functional compressed connection. - Register mysql-zstd_compression_level-t in groups.json (same groups as mysql-protocol_compression_level-t). - Add variable visibility check to reg_test_2793-compression-t.cpp. - Add unit test binary pattern to .gitignore.
1 parent 19b009f commit b3b2056

4 files changed

Lines changed: 408 additions & 233 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,9 @@ scripts/mcp/DiscoveryAgent/ClaudeCode_Headless/tmp/
211211
test/tap/tests/test_cluster_sync_config/test_cluster_sync_nomonitor/cluster_sync_node_stderr.txt
212212
test/tap/tests/test_cluster_sync_config/test_cluster_sync_withmonitor/cluster_sync_node_stderr.txt
213213

214+
# unit test binaries (built but not tracked)
215+
test/tap/tests/unit/*-t
216+
214217
# test-scripts runtime dependencies (created by run-tests-isolated.bash)
215218
test-scripts/deps/
219+
.worktrees/

0 commit comments

Comments
 (0)