test(e2e): re-point Tier-C kiln blocker to the durable umbrella kiln#375 (#297)#330
Merged
Conversation
…375 (#297) kiln#382 (E5DC2) is now resolved (kiln v0.4.0), so the ignore reason pointed at a closed issue — a future reader would wrongly try to un-ignore it. Re-verified the seam on post-#382 kilnd: E5DC2 is gone (the component "initialized and running"), but invoking the run export now fails with `[Runtime][E0BBB] Export not found`. The SAME fused artifact still runs on wasmtime 41, so meld's output stays spec-valid; E0BBB is the next kiln-side layer, documented on the multi-core umbrella kiln#375. Re-point the `tier_c_fused_executes_on_kiln` annotation to kiln#375 (the durable umbrella) with the full layer progression (kiln#364 -> #382 -> E0BBB) in the docstring, so it need not be re-pointed again as kiln fixes each sub-layer. Test stays #[ignore]d; un-ignores when the seam fully executes. Refs #297, 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
tier_c_fused_executes_on_kiln's ignore reason off the now-closed kiln#382 to the durable umbrella kiln#375, with the full kiln-side layer progression documented. Test-annotation only; stays#[ignore]d.Why
kiln#382 (E5DC2) shipped in kiln v0.4.0, so the annotation referenced a closed issue. Re-verified on post-#382 kilnd: E5DC2 is gone (component "initialized and running"), but the run export now fails
[Runtime][E0BBB] Export not found. Samefused.wasmstill runs on wasmtime 41 → meld's output is spec-valid; E0BBB is the next kiln-side layer, on kiln#375. Pointing at the umbrella avoids re-pointing again as kiln clears each sub-layer.Refs #297, kiln#375.
🤖 Generated with Claude Code