gabriel / musehub public
test mwp6/phase1 task/mwp-6-phase1 #1 / 1
AI Agent gabriel · 71 days ago · Jun 29, 2026 · Diff

test(mwp6/phase1): remove dead skipif guards, revive mpack index phase1 suite (MWP6_10, MWP6_11, MWP6_12)

MWP6_10 — test_mpack_phase2.py + test_commit_graph_phase2.py: - Remove try/except ImportError block and _PROCESS_JOB_MISSING variable - Remove all @pytest.mark.skipif(_PROCESS_JOB_MISSING, ...) decorators - process_mpack_index_job is re-exported from musehub_wire:47; guard always evaluated to False and silently skipped the three P2/CG tests - Pre/post baseline identical: P2-1, P2-2, CG-1..4 green; P2-3 fails for the pre-existing MPackNotReadyError (separate from this work)

MWP6_11 — test_mpack_index_phase1.py: - Remove module-level pytestmark skip ('process_mpack_index_job removed') - Job is back; MusehubMPackIndex model present at musehub_repo_models:667 - PI-1..4 all pass: object rows, mpack_id match, second-push idempotency, cross-repo distinctness - Kept because phase2 (PI-5..8) is still skipped and PI-4 (cross-repo) is not covered by phase2

MWP6_12 — test_clone_xs_unit.py / test_fetch_xs_unit.py: - Guard is _infra_ready() checking localhost:1337 + localhost:9000 reachable - Legitimate runtime infra check, not a stale missing-symbol guard - No changes made; triage decision recorded in docs/issues/mwp-6-triage.md on task/mwp-6-phase0

Issue: musehub#110, master: muse#58

sha256:6a512979e6e9656d71f6ac64c5d3addc753074f0ac52b1af29b6a1bd9e11d307 sha
+2 ~7 −1 symbols
sha256:f7b6c3669b4eddbd5e71a774761258e6af5c7b57de00e211abf2a96ae084e887 snapshot
+2
symbols added
~7
symbols modified
−1
symbol removed
0
dead code introduced
Semantic Changes 10 symbols
~ tests/test_mpack_index_phase1.py .py 1 symbol removed
pytestmark variable variable pytestmark L24–24
← Older Oldest on task/mwp-6-phase1
All commits
Newer → Latest on task/mwp-6-phase1

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:6a512979e6e9656d71f6ac64c5d3addc753074f0ac52b1af29b6a1bd9e11d307 --body "your comment"