release: gen-worker 0.40.5 (gw#608 CI fix — adopt-test fake capture writes fxgraph entries)#357
Merged
Merged
Conversation
…assertion requires (one entry per miss) — the 0.40.4 CI failure was this un-updated fake, not the capture path
…rites fxgraph entries)
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.
The v0.40.4 tag's Publish-to-PyPI run (29794803988) failed its test gate on
tests/test_executor_adopt.py::test_pending_self_mint_boot_packs_and_publishes_only_the_proven_capture,
so PyPI is still at 0.40.3.
Root cause: the gw#608 hardening (finish_fleet_mint refuses a self-mint capture
with no inductor/fxgraph entries) updated the fake capture writers in
test_fleet_cells.py and test_compile_cache.py but missed the equivalent fake
warmup in test_executor_adopt.py, which still wrote only inductor/g/serving_graph.py.
The assertion correctly refused the pack; the capture path itself is fine.
Fix: the fake warmup now writes one fxgraph entry per recorded miss (8),
modeling the real cold-compile layout. The assertion is untouched.
Local: target file 82/82; full suite 1586 passed, 41 skipped (one pre-existing
env-flaky ram-admission test passes in isolation and in CI).
Ships forward as 0.40.5 (v0.40.4 tag stays put).
🤖 Generated with Claude Code