Set 13.4.0 as upcoming version; run N-1 tests against 13.3.0 - #8632
Merged
Conversation
17.10, 16.14, 15.18
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
the-process PR #227 (Citus 13.3.0 for N-1 tests) merged as cd7203a on release-13; the RELEASE build published stable images at that suffix. Swap the citus N-1 image_suffix from the dev suffix -dev-466415d to the stable -vcd7203a. Verified live on ghcr: exttester:17.10-vcd7203a (digest sha256:788ca4a5), bakes /opt/citus-versions/v13.3.0. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (29.18%) is below the target coverage (87.50%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## release-13.2 #8632 +/- ##
=================================================
- Coverage 88.77% 29.18% -59.60%
=================================================
Files 288 288
Lines 64164 63824 -340
Branches 8077 7989 -88
=================================================
- Hits 56963 18627 -38336
- Misses 4817 43014 +38197
+ Partials 2384 2183 -201 🚀 New features to boost your workflow:
|
ihalatci
added a commit
that referenced
this pull request
Jul 1, 2026
## Set 14.2.0 as upcoming version Bumps the in-development version on the `release-14` line from released **14.1** to upcoming **14.2.0**, and points the N-1 CI slot at **14.1.0** (previously 14.0.1). This is the direct 14.x analogue of the 13.4.0 bootstrap commit `4cd5cdde5` (*"Set 13.4.0 as upcoming version; run N-1 tests against 13.3.0"*) and follows the same canonical 12-file pattern. ### What changed (mirrors the 13.4 template exactly) - `configure.ac` / `configure` — project version `14.1.0` → `14.2.0` - `citus.control` / `citus_columnar.control` — `default_version = '14.2-1'` - `config.py` — `MASTER_VERSION = "14.2"` - 4 new comment-only migration stubs: `citus--14.1-1--14.2-1` (+ downgrade) and `citus_columnar--14.1-1--14.2-1` (+ downgrade) - `multi_extension.sql` / `.out` — 14.2-1 snapshot + downgrade blocks; `SHOW citus.version` → `14.2.0`; DETAIL lines bumped to `14.2` - `.github/workflows/build_and_test.yml` — N-1 jobs now run against `/opt/citus-versions/v14.1.0` / `14.1-1`, stable image suffix `-vf4adc47` The workflow half is byte-identical to the earlier CI-validated N-1 experiment. Its only divergence from the 13.4 template is the 5 PG-minor param bumps (16.14 / 17.10 / 18.4), which the 14.x `-vf4adc47` stable images were published at. ### N-1 CI expectation (pre-existing, orthogonal) Running N-1 against 14.1.0 is expected to reproduce the **latent citus #8587 gap** — the same 2 deterministic `check-multi-1` reds seen on 13.x (PR #8632): **Lib N-1 / PG18** and **Coordinator N-1 / PG18** fail on `create_ref_dist_from_citus_local` (`delete_placement_metadata(1)`); **Worker N-1** and **SQL N-1** pass. This was confirmed across two runs during the validation experiment (closed PR #8633) and is pre-existing / orthogonal to this version bump. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Ibrahim Halatci <ihalatci@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Open
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.
What
Sets 13.4.0 as the in-development ("upcoming") version and retargets N-1 CI tests from 13.2.2 to 13.3.0.
Part A — Version bump 13.3.0 → 13.4.0 (mirrors
e8a841d46)configure.ac+ generatedconfigure:13.3.0→13.4.0src/backend/distributed/citus.control,src/backend/columnar/citus_columnar.control:13.3-1→13.4-1citus--13.3-1--13.4-1.sql/ downgradecitus--13.4-1--13.3-1.sqlcitus_columnar--13.3-1--13.4-1.sql/ downgradecitus_columnar--13.4-1--13.3-1.sqlsrc/test/regress/citus_tests/config.py:MASTER_VERSION = "13.4"multi_extension.sql/.out: 13.3-1→13.4-1 downgrade no-op + snapshot block;SHOW citus.version→ 13.4.0Part B — N-1 tests 13.2 → 13.3 (mirrors
71d60ef76).github/workflows/build_and_test.yml: 4 N-1 jobs now reference/opt/citus-versions/v13.3.0andcitus_version13.3-1.image_suffix (two-phase)
image_suffixis currently the dev suffix-dev-466415d, pointing at the N-1 13.3.0 dev images built by Use Citus 13.3.0 for N-1 tests the-process#227 (not yet merged).-v<merge-sha>suffix is swapped in before this PR merges.The N-1 baked paths (
v13.3.0) are in lockstep with the dev image'sCITUS_VERSION="v13.3.0".