Commit d004431
committed
logictest: clean up mixed-version tests for MinSupported bump
Part of the quarterly M.4 "Bump MinSupported" task as outlined in
`pkg/clusterversion/README.md`.
After bumping MinSupported from v25.2 to v25.3, tests that use the
cockroach-go-testserver predecessor binary configuration need cleanup:
Files with ONLY cockroach-go-testserver-25.2 are removed as they test
version-gating specific to a version below MinSupported:
- mixed_version_char: CHAR type version gating
- mixed_version_citext: CITEXT type version gating
- vector_index_mixed: Vector index version gating
Files with BOTH 25.2 and 25.3 testservers are updated to remove the
25.2 reference since it's below MinSupported:
- mixed_version_ltree: Tests ltree type availability after upgrade
- mixed_version_partial_stats: Tests partial statistics with WHERE clause
Also updates the M.4 runbook with guidance for handling test files:
- Guidance 1: Remove `onlyif config local-mixed-25.2` directives
- Guidance 2: Remove files with only old testserver, update files with multiple testservers
Part of #147634 (reference PR for this quarterly task).
Release note: None
Epic: None1 parent b591b58 commit d004431
File tree
8 files changed
+822
-197
lines changed- pkg
- clusterversion
- sql/logictest
- testdata/logic_test
- tests/cockroach-go-testserver-25.2
8 files changed
+822
-197
lines changedLarge diffs are not rendered by default.
This file was deleted.
Lines changed: 0 additions & 49 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments