fix: replace _sha256 bare-hex helpers with blob_id in test files
Replace all local _sha256(data) helpers (returning bare hexdigests) with blob_id(data) from muse.core._types (returning sha256:<hex>). Also fix downstream uses: shard path constructions using oid[:2]/oid[4:] now call oid.removeprefix('sha256:') first, and hardcoded bare-hex fake OIDs are updated to sha256: prefix form. Affected files: test_stress_object_store, test_core_coverage_gaps, test_core_blame, test_cli_new_commands, test_integrity_I8_object_store_scale.
sha256:61bae996bc0a7c2313d680a6cd078ff5c84e8c5db19f6ca8d7a2312a6fc09b97
sha
sha256:9692222f3aaca5a3af0ca1a325fbd2e3bbe42915fbbfc99d718e09233f902dc0
snapshot
← Older
Oldest on task/object-store-algo-dir
All commits
Newer
feat(object-store): algo-dir layout + iter_stored_objects canoni…
sha256:41df9d174a062c036619a5afbd7f4653788d8b2db013ce19213d2ece2c47b0f4
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:61bae996bc0a7c2313d680a6cd078ff5c84e8c5db19f6ca8d7a2312a6fc09b97 --body "your comment"
No comments yet. Be the first to start the discussion.