You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add specific ClickHouse version support for reproducible test output
- Default to ClickHouse v24.8.4.13 stable release
- Allow version override via CLICKHOUSE_VERSION environment variable
- Add force-download command to re-download with new version
- Add version command to show configured and installed versions
- Update help text with examples
This enables regenerating test expectations consistently by pinning
to a specific ClickHouse version.
Usage:
./scripts/clickhouse.sh download # Use default version
CLICKHOUSE_VERSION=24.3.1.5 ./scripts/clickhouse.sh force-download
0 commit comments