test(e2e): re-point Tier-C kiln blocker to the precise E5DC2 issue kiln#382 (#297)#324
Merged
Merged
Conversation
…ln#382 (#297) kiln split the E5DC2 failure out of kiln#375 into its own root-caused issue, kiln#382: `resolve_command_entry` treats the wasi:cli/run export's index as a defined-only index into `parsed.instances`, missing the `-K` instance-import offset. Verified from the meld side — the fused `hello_c_cli --component` wrap imports K=13 instances before the defined run instance, so `export.idx` (~13+) overruns the defined-only vector → E5DC2. (Same bytes run on wasmtime 41, so meld's output is spec-valid; the defect is kiln-side.) Re-point the `tier_c_fused_executes_on_kiln` ignore reason + docstring from kiln#375 to kiln#382 as the *immediate* blocker, keeping kiln#375 (cross-core user imports) noted as the next layer. Test stays #[ignore]d; un-ignores when kiln#382 lands. kiln#382 itself names this test as what it un-blocks. Refs #297, kiln#382, kiln#375. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate✅ 58/58 approved LS entries verified
Approved Failed LS entries(none) Missing regression tests(none) Updated automatically by |
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
Re-points the Tier-C meld→kiln test (
tier_c_fused_executes_on_kiln, #297) from kiln#375 to the more precise kiln#382, the root-caused E5DC2 issue kiln split out of #375. Test-annotation only; stays#[ignore]d.Why
kiln#382 pinpoints the defect:
resolve_command_entrytreats thewasi:cli/runexport's index as a defined-only index intoparsed.instances, missing the-Kinstance-import offset. Corroborated from the meld side — the fusedhello_c_cli --component --memory multiwrap imports K=13 instances before the defined run instance, soexport.idx(~13+) overruns the defined-only vector →[ComponentRuntime][E5DC2] ...out-of-bounds component instance index. The samefused.wasmruns clean on wasmtime 41, so meld's output is spec-valid; the defect is kiln-side.Dependency chain for #297 is now precise:
kiln#364(_startgate) — resolved by kiln#374.-Koffset) — the immediate blocker (this PR points here).kiln#382 itself names
tier_c_fused_executes_on_kilnas what its fix un-blocks.Verification
#[ignore]d; un-ignores when kiln#382 lands.Refs #297, kiln#382, kiln#375.
🤖 Generated with Claude Code