Set 14.2.0 as upcoming version; run N-1 tests against 14.1.0 - #8635
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-14.0 #8635 +/- ##
================================================
- Coverage 88.63% 88.62% -0.01%
================================================
Files 288 288
Lines 64116 64115 -1
Branches 8046 8046
================================================
- Hits 56827 56824 -3
- Misses 4969 4971 +2
Partials 2320 2320 🚀 New features to boost your workflow:
|
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.
Set 14.2.0 as upcoming version
Bumps the in-development version on the
release-14line 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 commit4cd5cdde5("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 version14.1.0→14.2.0citus.control/citus_columnar.control—default_version = '14.2-1'config.py—MASTER_VERSION = "14.2"citus--14.1-1--14.2-1(+ downgrade) andcitus_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 to14.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-vf4adc47The 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
-vf4adc47stable 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-1reds seen on 13.x (PR #8632): Lib N-1 / PG18 and Coordinator N-1 / PG18 fail oncreate_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