Commit 9deca08
bootstrap: enable 25.4 mixed-cluster logic tests
This change enables mixed-cluster logic tests for version 25.4 by adding
bootstrap data from release-25.4 and configuring the local-mixed-25.4 test
configuration.
The bootstrap data was obtained by running (on release-25.4 branch):
./dev build sql-bootstrap-data && bin/sql-bootstrap-data
Changes include:
- Added bootstrap data files (25_4_system.keys/sha256, 25_4_tenant.keys/sha256)
- Updated initial_values.go with V25_4 mapping
- Updated BUILD.bazel files with new bootstrap data embedsrcs
- Added local-mixed-25.4 logictest configuration
- Generated test files for local-mixed-25.4 config
- Updated logictests with skipif directives for local-mixed-25.4
- Updated CLAUDE.md runbook with note about cockroach-go-testserver pitfall
- Added M.2 Claude Prompt to README.md
Note: cockroach-go-testserver-25.4 configuration is NOT included in M.2.
It will be added in M.3 after the first RC binary is published and added
to REPOSITORIES.bzl. This was incorrectly included in the initial version
of this commit and has been removed.
Part of M.2 "Enable mixed-cluster logic tests" checklist.
Release note: None
Epic: None
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 78edad0 commit 9deca08
File tree
19 files changed
+5561
-5
lines changed- pkg
- ccl/logictestccl/tests/local-mixed-25.4
- clusterversion
- sql
- catalog/bootstrap
- data
- logictest
- logictestbase
- testdata/logic_test
- tests
- cockroach-go-testserver-25.2
- cockroach-go-testserver-25.3
- local-mixed-25.4
- sqlitelogictest/tests/local-mixed-25.4
19 files changed
+5561
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
| 527 | + | |
526 | 528 | | |
527 | 529 | | |
528 | 530 | | |
| |||
644 | 646 | | |
645 | 647 | | |
646 | 648 | | |
| 649 | + | |
647 | 650 | | |
648 | 651 | | |
649 | 652 | | |
| |||
996 | 999 | | |
997 | 1000 | | |
998 | 1001 | | |
| 1002 | + | |
999 | 1003 | | |
1000 | 1004 | | |
1001 | 1005 | | |
| |||
2090 | 2094 | | |
2091 | 2095 | | |
2092 | 2096 | | |
| 2097 | + | |
2093 | 2098 | | |
2094 | 2099 | | |
2095 | 2100 | | |
| |||
2373 | 2378 | | |
2374 | 2379 | | |
2375 | 2380 | | |
| 2381 | + | |
2376 | 2382 | | |
2377 | 2383 | | |
2378 | 2384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments