[runtime] Model atomic blob crash recovery - #4492
Draft
patrick-ogrady wants to merge 1 commit into
Draft
Conversation
Deploying monorepo with
|
| Latest commit: |
e66b230
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://71f10125.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://atomic-blobs-model-tests.monorepo-eu0.pages.dev |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | 190e6e1 | Aug 14 2026, 09:05 PM |
Benchmark resultsRegressions: ✅ `qmdb::merkleize/v=any::unordered::fixed::mmr k=10000 ch=false s=true cc=true` (2/2 gates passed)
✅ `qmdb::merkleize/v=current::ordered::fixed::mmb chunk=256 k=10000 ch=false s=true cc=true` (2/2 gates passed)
Baseline commit(s): |
patrick-ogrady
force-pushed
the
atomic-blobs-model-tests
branch
from
August 14, 2026 19:37
234fee0 to
ff6ab0c
Compare
patrick-ogrady
force-pushed
the
atomic-blobs-model-tests
branch
from
August 14, 2026 20:45
ff6ab0c to
2e235a6
Compare
patrick-ogrady
force-pushed
the
atomic-blobs-model-tests
branch
from
August 14, 2026 21:04
2e235a6 to
190e6e1
Compare
patrick-ogrady
force-pushed
the
atomic-blobs-model-tests
branch
from
August 15, 2026 16:07
190e6e1 to
e66b230
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## atomic-blobs-unit-tests #4492 +/- ##
===========================================================
- Coverage 95.54% 95.54% -0.01%
===========================================================
Files 609 609
Lines 280523 280523
Branches 6944 6944
===========================================================
- Hits 268038 268035 -3
- Misses 10228 10233 +5
+ Partials 2257 2255 -2
... and 11 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 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.
Summary
Adds two complementary bounded crash oracles above the production and unit-test layers:
model_tests.rsexhausts semantic publication and recovery histories, including three-generation slot reuse and overlapping successor groups.scheduled_tests.rsdrives the production encoder and recovery path with exact operation identities, retained-write masks, and independent recovery orders.This is layer 5 of 6 in the atomic blob stack. It changes no production behavior and keeps model failures separate from the broader behavioral suite in #4491.
Review focus
Diff size
+0 / -0 LOC+3220 / -0 LOC+3220 / -0 LOCCounts are physical diff lines, including comments and blank lines. Test-only files, hooks, and lines inside
#[cfg(test)]modules are counted as tests; everything else is counted as production code.