ADC-684: fail closed on unowned runtime actions - #649
Draft
wolf75222 wants to merge 3 commits into
Draft
Conversation
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.
Scope
Corrective, source-only ADC-684 slice stacked on #631. It deliberately avoids ADC-683 communicator/FieldView work and ADC-685 ConsumerGraph publication semantics.
The existing RuntimePlan authentication and mono/multi-layout projections still allowed some derived action classes to reach installation as advisory metadata even though no native executor owned them. A single-layout halo was layout-qualified, but its derived depth was not checked against the exact compiled block ghost allocation.
Changes
Source-only validation
docs/check_docs.pypassed (one pre-existing final-spec freshness warning);git diff --checkpassed.The broader two-file pytest attempt was not a native validation: this isolated worktree intentionally has no locally built
pops._pops, so native-fixture cases stopped atImportError. No shared install or native build was used to hide that limitation.Explicit non-proofs
This does not complete ADC-684. It makes unsupported action classes fail closed; it does not implement a native buffer allocator, cross-memory fence scheduler, or clock-join scheduler. Multi-layout halos remain explicitly unsupported pending a per-layout scheduler. No installed-package, CTest, MPI, GPU/device, bit-identical cross-rank, or end-to-end heterogeneous runtime campaign was executed here. ADC-683, ADC-685, the M4 gate, and their stacked P3 dependencies remain separate prerequisites.