PG19: enable PG19beta1 test matrices in CI#8616
Open
ihalatci wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## pg19-support #8616 +/- ##
===============================================
Coverage ? 88.80%
===============================================
Files ? 288
Lines ? 64364
Branches ? 8093
===============================================
Hits ? 57161
Misses ? 4872
Partials ? 2331 🚀 New features to boost your workflow:
|
c5c6e65 to
ad4ccab
Compare
This was referenced Jun 13, 2026
Enable PG19beta1 across the downstream test matrices now that the build job proves it compiles: - test-citus, test-citus-failure, test-citus-cdc: add pg19_version - test-arbitrary-configs: add pg19_version to the matrix - test-pg-upgrade: add 18->19 and 16->19 upgrade pairs - params: bump pg19_version/upgrade_pg_versions 19devel -> 19beta1 - params: point image_suffix at the PG19beta1 the-process images (-dev-33b3cf5, built from citusdata/the-process#222) test-citus-upgrade is left at PG16/PG17 (no released Citus supports PG19). Closes #8615
ad4ccab to
2a197c5
Compare
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.
Turns on the PG19beta1 columns across the downstream Build & Test
matrices now that the
buildjob already proves PG19 compiles under-Werrorand the ruleutils port (#8602) lands the runtime/regressfixes those suites depend on.
Changes (
.github/workflows/build_and_test.yml)test-citus,test-citus-failure,test-citus-cdc: addpg19_versionto thepg_versionsarray.test-arbitrary-configs: addpg19_versiontomatrix.pg_version.test-pg-upgrade: add the18 -> 19and16 -> 19upgrade pairs(adjacent + oldest -> newest, consistent with the existing
16->17 / 17->18 / 16->18 set).
params: bumppg19_version/upgrade_pg_versionsfrom19develto
19beta1, and pointimage_suffixat the PG19beta1-enabledthe-process images (
-dev-33b3cf5, built fromAdd PG19 (19beta1) and bump PG minors via apt the-process#222).
Deliberately not changed
test-citus-upgradestays at PG16/PG17 — no released Citus binarysupports PG19, so there is nothing to upgrade from.
Dependencies
images published under
-dev-33b3cf5.runtime/regress sub-issues must be on
pg19-supportfor the newcells to pass.
Closes #8615
Part of #8597