test(e2e): re-point Tier-C kiln seam from resolved #364 to live kiln#375 (#297)#323
Merged
Conversation
…375 (#297) kiln#364 (kilnd requiring a core-instance _start) is resolved via kiln#374's wasi:cli/run canonical entry: the unfused original command component now runs on a post-#374 kilnd. But a real meld-fused `--component` wrap fails one layer deeper — `[ComponentRuntime][E5DC2] wasi:cli/run export references an out-of-bounds component instance index`. The SAME fused artifact runs correctly on wasmtime 41 (Tier A/B green), so meld's output is spec-valid and the defect is in kilnd's component-instance resolution for a multi-core-module component, now tracked in kiln#375. Update the `tier_c_fused_executes_on_kiln` ignore reason + docstring to point at the live blocker (kiln#375) with the accurate root cause, so the stale reference to the now-closed kiln#364 can't mislead a future reader into un-ignoring it. Test stays #[ignore]d; un-ignores when kiln#375 lands. Refs #297, kiln#375, kiln#364. 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 execution test (
tier_c_fused_executes_on_kiln, #297) from the now-closed kiln#364 to the live blocker kiln#375, with the accurate current root cause. Test-annotation only — no logic change; the test stays#[ignore]d.Why
kiln#364 (kilnd required a core-instance
_start) was resolved by kiln#374 (wasi:cli/runcanonical entry). I verified against a freshly-built post-#374kilnd:_startgate is gone).--componentfails one layer deeper:[ComponentRuntime][E5DC2] wasi:cli/run export references an out-of-bounds component instance index.Attribution (differential oracle): the same fused artifact runs correctly on wasmtime 41 (
Hello wasm component world from C!, exit 0). Same bytes, wasmtime accepts / kilnd rejects ⇒ meld's output is spec-valid; the defect is in kilnd's component-instance resolution for a multi-core-module fused component. Grounded reproduction filed on kiln#375 (E5DC2 flagged as possibly distinct/earlier than its user-import linking layer).Leaving the stale
blocked on kiln#364annotation would mislead a future reader into un-ignoring a test that now fails for a different, still-open reason. This fixes the pointer and records the exact E5DC2 root cause + the wasmtime-proven attribution in the docstring.Verification
cargo test -p meld-core --test golden_e2e --no-run— compiles clean.#[ignore]d; it un-ignores and pins the seam green when kiln#375 lands.Refs #297, kiln#375, kiln#364.
🤖 Generated with Claude Code