-
Notifications
You must be signed in to change notification settings - Fork 726
Test against clickhouse lts on CI #4589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the ClickHouse version testing strategy to use the "lts" (Long Term Support) tag instead of the specific "24.12" version for merge group CI runs.
Key Changes
- Replace ClickHouse version "24.12" with "lts" tag in merge group test matrices
- Maintain "25.9" as the non-merge-group test version
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/ui-tests.yml | Update UI tests matrix to test against ClickHouse "lts" instead of "24.12" when running in merge groups |
| .github/workflows/general.yml | Update ClickHouse tests matrix to test against ClickHouse "lts" instead of "24.12" when running in merge groups |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
TensorZero CI Bot Automated CommentCI is failing due to an external infrastructure/network issue with Namespace (nscloud) rather than a problem in this PR’s code or workflows. Evidence:
Nothing in this PR’s repo code or the recent workflow matrix change (adding ClickHouse “lts” for merge-group runs) affects Namespace connectivity. This looks like a transient outage or networking issue on Namespace’s side. Once Namespace is reachable, a simple rerun should pass. Recommended next step:
Optional follow-ups (outside the scope of this PR):
Try running the following commands to address the issues: |
Important
Update CI workflows to test against ClickHouse LTS version instead of 25.9, with conditional logic for merge group events.
clickhouse_versionto use LTS version ingeneral.ymlandui-tests.yml.clickhouse_versionbased onmerge_groupevent..github/workflows/general.yml: Adjusts ClickHouse version matrix..github/workflows/ui-tests.yml: Updates ClickHouse version for UI tests.This description was created by
for d77cc86. You can customize this summary. It will automatically update as commits are pushed.