[runtime] Integrate atomic blob storage backends - #4502
Draft
patrick-ogrady wants to merge 1 commit into
Draft
Conversation
Deploying monorepo with
|
| Latest commit: |
2c338ac
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c4a4d8f9.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://atomic-blobs-backends.monorepo-eu0.pages.dev |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | a103c43 | Aug 14 2026, 09:05 PM |
This was referenced Aug 14, 2026
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-backends
branch
from
August 14, 2026 21:04
0caf4a8 to
a103c43
Compare
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## atomic-blobs-production #4502 +/- ##
==========================================================
Coverage ? 95.16%
==========================================================
Files ? 608
Lines ? 279063
Branches ? 6906
==========================================================
Hits ? 265562
Misses ? 11164
Partials ? 2337
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
patrick-ogrady
force-pushed
the
atomic-blobs-backends
branch
from
August 15, 2026 16:07
a103c43 to
2c338ac
Compare
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
Connects the atomic blob engine to the remaining runtime and storage backends. The cohesive engine already includes the minimal Memory and raw Tokio storage adapters needed to exercise its inline and background drivers; this layer adds the forwarding and platform-specific integrations around them.
This is layer 2 of 6 in the atomic blob stack. It depends on the cohesive engine in #4490, and ordinary-to-atomic migration follows as a separate review unit in #4495.
The layer adds atomic backend/resource integration for:
Review focus
WorkerandAtomicResourceslineage without changing ownership.Diff size
+257 / -18 LOC+393 / -13 LOC+650 / -31 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.