fix(tests): replace bare uuid4() with content-addressed IDs
Replace 6 Category-D bare UUID usages and 20 malformed long_id(uuid.uuid4().hex) calls with semantically correct content-addressed IDs:
- test_snapshot_symbol_indexer.py: 20× long_id(uuid.uuid4().hex) → blob_id(uuid.uuid4().bytes) - test_migrations.py: repo_id → compute_repo_id(), identity_id → compute_identity_id() - test_musehub_coord.py: repo fixture repo_id → compute_repo_id() - test_musehub_search.py: commit_id → blob_id(uuid.uuid4().bytes) - test_agent_registration.py: mock_key.identity_id → compute_identity_id() - test_musehub_ui_team.py: user_id → compute_identity_id()
sha256:8733ffe52549293004d5ed21c1c868ba04efb3a68b5f156bb8fee14570a55554
sha
sha256:44c1a6d71d0ce7b796135e4f437a3018e328066cd5b884a6ce48746192430e2d
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:8733ffe52549293004d5ed21c1c868ba04efb3a68b5f156bb8fee14570a55554 --body "your comment"
No comments yet. Be the first to start the discussion.