Commit 0570f6a
logictest: remove local-mixed-25.2 test configuration
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, the local-mixed-25.2
test configuration is no longer needed since it simulates a mixed-version
cluster with v25.2 nodes, which can no longer connect to the cluster.
This commit:
- Removes the local-mixed-25.2 config from logictestbase.go
- Removes it from the default-configs and schema-locked-disabled sets
- Deletes the generated test directories for local-mixed-25.2
- Removes all references from logic test files (skipif/onlyif directives)
- Removes empty LogicTest directive lines that resulted from deletions
- Regenerates Bazel BUILD files via \`./dev gen bazel\`
Changes affect test files that had skipif or onlyif directives
referencing local-mixed-25.2, plus the generated test files and BUILD
files that were auto-generated based on the removed configuration.
Part of #147634 (reference PR for this quarterly task).
Release note: None
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d004431 commit 0570f6a
File tree
57 files changed
+87
-5088
lines changed- build/teamcity/cockroach/nightlies
- pkg
- ccl/logictestccl
- testdata/logic_test
- tests
- local-mixed-25.2
- local-mixed-25.3
- local-mixed-25.4
- clusterversion
- sql
- logictest
- logictestbase
- testdata/logic_test
- tests
- cockroach-go-testserver-25.2
- cockroach-go-testserver-25.3
- cockroach-go-testserver-25.4
- local-leased-descriptors
- local-mixed-25.2
- local-mixed-25.3
- local-mixed-25.4
- sqlitelogictest/tests
- local-mixed-25.2
- local-mixed-25.3
- local-mixed-25.4
- storage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+87
-5088
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
519 | 518 | | |
520 | 519 | | |
521 | 520 | | |
522 | | - | |
523 | 521 | | |
524 | 522 | | |
525 | 523 | | |
526 | 524 | | |
527 | 525 | | |
528 | 526 | | |
529 | 527 | | |
530 | | - | |
531 | 528 | | |
532 | 529 | | |
533 | 530 | | |
| |||
615 | 612 | | |
616 | 613 | | |
617 | 614 | | |
618 | | - | |
619 | 615 | | |
620 | 616 | | |
621 | 617 | | |
| |||
649 | 645 | | |
650 | 646 | | |
651 | 647 | | |
652 | | - | |
653 | 648 | | |
654 | 649 | | |
655 | 650 | | |
| |||
1003 | 998 | | |
1004 | 999 | | |
1005 | 1000 | | |
1006 | | - | |
1007 | 1001 | | |
1008 | 1002 | | |
1009 | 1003 | | |
| |||
2098 | 2092 | | |
2099 | 2093 | | |
2100 | 2094 | | |
2101 | | - | |
2102 | 2095 | | |
2103 | 2096 | | |
2104 | 2097 | | |
2105 | 2098 | | |
2106 | 2099 | | |
2107 | 2100 | | |
2108 | 2101 | | |
2109 | | - | |
2110 | 2102 | | |
2111 | 2103 | | |
2112 | 2104 | | |
| |||
2305 | 2297 | | |
2306 | 2298 | | |
2307 | 2299 | | |
2308 | | - | |
2309 | | - | |
2310 | 2300 | | |
2311 | 2301 | | |
2312 | 2302 | | |
| |||
2389 | 2379 | | |
2390 | 2380 | | |
2391 | 2381 | | |
2392 | | - | |
2393 | 2382 | | |
2394 | 2383 | | |
2395 | 2384 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
This file was deleted.
0 commit comments