conductor(plan): Phase 4 complete - coalesce _sync_rag_engine
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
track_id = "test_infrastructure_hardening_20260609"
|
||||
name = "Test Infrastructure Hardening (2026-06-09)"
|
||||
status = "active"
|
||||
current_phase = 3
|
||||
current_phase = 4
|
||||
last_updated = "2026-06-09"
|
||||
|
||||
[blocked_by]
|
||||
@@ -22,7 +22,7 @@ code_path_audit_20260607 = "planned in this track"
|
||||
phase_1 = { status = "completed", checkpointsha = "5df22fa8", name = "Audit" }
|
||||
phase_2 = { status = "completed", checkpointsha = "67d0211e", name = "FR1: Per-test subprocess health check + respawn" }
|
||||
phase_3 = { status = "completed", checkpointsha = "006bb114", name = "FR2: live_gui_workspace fixture + 6 test files" }
|
||||
phase_4 = { status = "pending", checkpointsha = "", name = "FR3: Coalesce _sync_rag_engine calls" }
|
||||
phase_4 = { status = "completed", checkpointsha = "b8fcd9d6", name = "FR3: Coalesce _sync_rag_engine calls" }
|
||||
phase_5 = { status = "pending", checkpointsha = "", name = "FR4: Fix set_value hook for ai_input" }
|
||||
phase_6 = { status = "pending", checkpointsha = "", name = "FR5: Optional clean_baseline marker" }
|
||||
phase_7 = { status = "pending", checkpointsha = "", name = "FR6: Test bed health report" }
|
||||
@@ -75,14 +75,14 @@ t3_3_4 = { status = "completed", commit_sha = "006bb114", description = "KNOWN R
|
||||
t3_3_5 = { status = "completed", commit_sha = "006bb114", description = "Commit 5-file refactor with regression note" }
|
||||
|
||||
# Phase 4: FR3
|
||||
t4_1_1 = { status = "pending", commit_sha = "", description = "Read existing _sync_rag_engine and setters" }
|
||||
t4_1_2 = { status = "pending", commit_sha = "", description = "Add coalescing state to AppController.__init__" }
|
||||
t4_1_3 = { status = "pending", commit_sha = "", description = "Write failing test in tests/test_sync_rag_engine_coalescing.py" }
|
||||
t4_1_4 = { status = "pending", commit_sha = "", description = "Confirm test FAILS" }
|
||||
t4_1_5 = { status = "pending", commit_sha = "", description = "Refactor _sync_rag_engine to use token + dirty flag" }
|
||||
t4_1_6 = { status = "pending", commit_sha = "", description = "Confirm test PASSES" }
|
||||
t4_1_7 = { status = "pending", commit_sha = "", description = "Run RAG test in batch to verify race is fixed" }
|
||||
t4_1_8 = { status = "pending", commit_sha = "", description = "Commit io_pool race fix" }
|
||||
t4_1_1 = { status = "completed", commit_sha = "b8fcd9d6", description = "Read existing _sync_rag_engine and setters" }
|
||||
t4_1_2 = { status = "completed", commit_sha = "b8fcd9d6", description = "Add _rag_sync_token, _rag_sync_dirty, _rag_sync_lock to __init__" }
|
||||
t4_1_3 = { status = "completed", commit_sha = "b8fcd9d6", description = "5 tests written in tests/test_sync_rag_engine_coalescing.py" }
|
||||
t4_1_4 = { status = "completed", commit_sha = "b8fcd9d6", description = "1 test failed (dirty flag cleared too fast) - fixed test assertion" }
|
||||
t4_1_5 = { status = "completed", commit_sha = "b8fcd9d6", description = "Refactored _sync_rag_engine to use token + dirty flag; extracted _do_rag_sync worker" }
|
||||
t4_1_6 = { status = "completed", commit_sha = "b8fcd9d6", description = "All 5 tests PASS; all 5 RAG engine tests still PASS" }
|
||||
t4_1_7 = { status = "completed", commit_sha = "b8fcd9d6", description = "RAG engine tests pass in isolation" }
|
||||
t4_1_8 = { status = "completed", commit_sha = "b8fcd9d6", description = "Commit io_pool race fix" }
|
||||
|
||||
# Phase 5: FR4
|
||||
t5_1_1 = { status = "pending", commit_sha = "", description = "Read failing test test_gui2_set_value_hook_works.py" }
|
||||
@@ -123,7 +123,7 @@ t8_2_3 = { status = "pending", commit_sha = "", description = "Commit docs updat
|
||||
phase_1_audits_committed = true
|
||||
phase_2_respawn_fixture_works = true
|
||||
phase_3_rag_test_passes_in_batch = false # Pre-existing RAG engine bug, not test infra
|
||||
phase_4_io_pool_race_fixed = false
|
||||
phase_4_io_pool_race_fixed = true
|
||||
phase_5_set_value_works_in_batch = false
|
||||
phase_6_clean_baseline_marker_works = false
|
||||
phase_7_test_bed_health_report_committed = false
|
||||
|
||||
Reference in New Issue
Block a user