Add the integration train: provable ecosystem-wide 100% parity#11
Closed
estebanzimanyi wants to merge 1 commit into
Closed
Add the integration train: provable ecosystem-wide 100% parity#11estebanzimanyi wants to merge 1 commit into
estebanzimanyi wants to merge 1 commit into
Conversation
4ec925f to
6cd5d5b
Compare
Makes ecosystem-wide 100% parity provable at one point instead of asserted from per-PR isolation-green. meta/integration-train.json is the PR dependency DAG + per-wave gates + merge order; verify-train.sh composes the train and runs each wave's gate (PASS only when just-run green here, else BLOCKED with the exact gate it needs). Operationalizes MobilityDB discussion #895 (wave-based merge plan). Stacked on feat/object-model (the catalog anchor): Wave 0 verifies here (2699 fns, PR #10 21/21, from_mfjson + constructors uniform); Waves 1-3 are honestly gated on the MEOS-1.4 bump (the single universal unblock).
c8bb9ea to
44889a5
Compare
Member
Author
|
Superseded by #14 (fork-branch PR carrying the same Waves 0–3 content plus the additive Wave 4 + Wave 5 entries reflecting current ecosystem state). This PR's branch lives on the org repo (predates the fork-branch-only policy). |
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.
Operationalizes MobilityDB discussion #895 (wave-based merge plan).
meta/integration-train.json= the PR dependency DAG + per-wave gates + merge order;verify-train.shcomposes the train and runs each wave's gate (PASS only when just-run green here, else BLOCKED with the exact gate). Stacked on #10 (catalog anchor). Wave 0 PROVEN here (2699 fns, PR #10 21/21, from_mfjson + constructors uniform); Waves 1-3 honestly gated on the MEOS-1.4 bump.