Exercise PostgreSQL ClickPipe creation through the CLI in live CI - #503
Open
sdairs wants to merge 3 commits into
Open
Exercise PostgreSQL ClickPipe creation through the CLI in live CI#503sdairs wants to merge 3 commits into
sdairs wants to merge 3 commits into
Conversation
sdairs
had a problem deploying
to
cloud-integration
August 24, 2026 15:57 — with
GitHub Actions
Failure
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
clickhousectlbinary for both PostgreSQL ClickPipe creation attempts--ca-certificatepreserves the x509 API error, then write the fetched CA and create successfullyVerification
cargo build -p clickhousectlcargo test -p clickhouse-cloud-api --test clickpipe_postgres_cdc_test --no-runcargo test --workspacepython3 -m unittest discover -s scripts/tests -p 'test_*.py'(43 passed)python3 scripts/classify-cloud-integration.py issue-446-clickpipe-tls-guidance-v2 HEAD(service,postgres,organization,clickpipes; workflow guard selects all)cargo fmt --all --checkcargo clippy --workspace --all-targets -- -D warningsLive Test Status
Passed in credentialed CI. The CLI-backed PostgreSQL test verified the private-CA error without the flag, successful creation with the written CA file, transition to
Running, the initial three-row snapshot, a post-create CDC change, and cleanup. The optional long-lived ClickPipe smoke fixture was unavailable and its separate step was skipped.A successful no-upload path remains untested because mandatory CI has no PostgreSQL fixture with a publicly trusted certificate.
Stack
Position: 3 of 3. Based on #494 (
issue-446-clickpipe-tls-guidance-v2); the parent remains unchanged.Closes #447