Add workflow testing on ClickHouse 22-25#15
Merged
Merged
Conversation
Rename the existing workflow to "🐘 Postgres CI" and add a second workflow, "🏠 ClickHouse CI", that runs the tests against ClickHouse versions 22-25. Note that v22 is the oldest supported version `README.md`. Refactor `.github/ubuntu/clickhouse.sh` to properly support installing multiple versions of ClickHouse, going back to v20. Tweak the `test/sql/functions.sql` tests to avoid concatenating of integer, which wasn't supported prior to ClickHouse/ClickHouse#56540. Add additional expected outputs to match changes in error strings in earlier versions of ClickHouse. Update `test/expected/result_map.txt` to document which versions each applies to, the better to maintain them in the Add a script to generate release version strings, to simplify updating the list of versions in `.github/workflows/clickhouse.yml` in the future. In passing, add support for multiple architecture tests to the Postgres CI workflow.
serprex
approved these changes
Oct 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rename the existing workflow to "🐘 Postgres CI" and add a second workflow, "🏠 ClickHouse CI", that runs the tests against ClickHouse versions 22-25. Note that v22 is the oldest supported version
README.md.Refactor
.github/ubuntu/clickhouse.shto properly support installing multiple versions of ClickHouse, going back to v20. Tweak thetest/sql/functions.sqltests to avoid concatenating of integer, which wasn't supported prior to ClickHouse/ClickHouse#56540.Add additional expected outputs to match changes in error strings in earlier versions of ClickHouse. Update
test/expected/result_map.txtto document which versions each applies to, the better to maintain them in theAdd a script to generate release version strings, to simplify updating the list of versions in
.github/workflows/clickhouse.ymlin the future.In passing, add support for multiple architecture tests to the Postgres CI workflow.