build: add DuckDB 1.5.5 canary - #1028
Merged
Merged
Conversation
Co-authored-by: Shelley <shelley@exe.dev>
Test Impact PlanDeterministic summary of how this PR changes tests, CI runners, and coverage-risk signals. Summary
Signals
Coverage risk: neutral or increased No coverage-reduction warnings detected. |
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.
Summary
Adds DuckDB 1.5.5 as a non-default canary alongside the shipping 1.5.3, so we can canary tenants onto the new engine without moving the fleet.
1.5.5row (default: false) pinned toduckdb-go v2.10505.0/ bindingsv0.10505.0, with PostHog fork extensionshttpfs v1.5.5-cred-refresh-write-retryandducklake v1.0-posthog.7(the first DuckLake build for 1.5.5). 1.5.3 staysdefault: true, so unsuffixed fleet tags and the Charts dispatch are untouched.go.mod/go.sumbumped toduckdb-go/v2 v2.10505.0so local builds and the whole test suite run against 1.5.5.v1.5.5) in addition to the bundled-fork SHAs (ducklake 6768849c,httpfs 575da0b).ducklake_version_matrix.shbenchmarks 1.5.5 and 1.5.3 by default (and now usesdocker compose, since the standalonedocker-composebinary is gone from current Docker).Rollback: revert this PR; 1.5.3 remains the default matrix row throughout.
Validation
just lint,just test-unit, and the fulltests/integrationsuite pass on 1.5.5.DockerfileandDockerfile.workersucceed; standalone REPL reportspragma_version() = v1.5.5with the fork extensions loaded.system,temp) fromduckdb_schemas()/pg_catalog.pg_namespace. No production impact surfaced in the suite; flagging in case client catalog queries observe them during canary.