Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
blob.sx: a blob ref is {:cid :size :mime}; the blob store is a separate
injected dependency (perform in prod, mock content store in tests).
persist/blob-store puts bytes and returns only the ref; bytes live in a
content-addressed store (artdag/IPFS). Tests assert refs in log/kv never carry
the bytes + content-address dedup. 105/105.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
|
"suites": {
|
|
"event": {"pass": 6, "fail": 0},
|
|
"log": {"pass": 9, "fail": 0},
|
|
"kv": {"pass": 13, "fail": 0},
|
|
"project": {"pass": 9, "fail": 0},
|
|
"subscribe": {"pass": 9, "fail": 0},
|
|
"concurrency": {"pass": 8, "fail": 0},
|
|
"snapshot": {"pass": 11, "fail": 0},
|
|
"compaction": {"pass": 11, "fail": 0},
|
|
"durable": {"pass": 15, "fail": 0},
|
|
"blob": {"pass": 14, "fail": 0}
|
|
},
|
|
"total_pass": 105,
|
|
"total_fail": 0,
|
|
"total": 105
|
|
}
|