test(release): the fork contract follows the flush before the clone - #259
Merged
Merged
Conversation
#258 moved the clone under the guest freeze into flush_then_clone, which flushes the session ledger first (#243). The doctor contract still looked for a direct clone_sandbox_state call under with_quiescence and turned main's static gate red; it now asserts the freeze wraps flush_then_clone and that the flush precedes the clone.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
=========================================
+ Coverage 65.3% 65.4% +0.1%
=========================================
Files 1452 1450 -2
Lines 127864 127545 -319
Branches 91801 91660 -141
=========================================
- Hits 83555 83502 -53
+ Misses 39315 39100 -215
+ Partials 4994 4943 -51
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Main's
fast-gate / staticis red ontest_fork_clones_inside_the_owner_under_a_guest_freeze: #258 routed the frozen clone throughflush_then_clone(ledger flush, thenclone_sandbox_state), and the source contract still expected the direct call. The contract now asserts the freeze wrapsflush_then_cloneand that the flush precedes the clone.The release lane runs the same static module, so this must land before
just release-binaries.🤖 Generated with Claude Code