Private
Public Access
47 lines
2.5 KiB
TOML
47 lines
2.5 KiB
TOML
# Track state for fix_test_failures_20260624
|
|
# 3 surgical fixes for 14 post-polish-merge test failures.
|
|
# 4 phases, 4 tasks. Tier 2 to execute per conductor/workflow.md.
|
|
|
|
[meta]
|
|
track_id = "fix_test_failures_20260624"
|
|
name = "Fix 14 Test Failures (post-polish merge)"
|
|
status = "completed"
|
|
current_phase = "complete"
|
|
last_updated = "2026-06-24"
|
|
|
|
[parent]
|
|
# Follow-up to code_path_audit_polish_20260622 (merged)
|
|
|
|
[blocked_by]
|
|
code_path_audit_polish_20260622 = "merged"
|
|
|
|
[blocks]
|
|
# This track blocks nothing. It is a test-fix task.
|
|
|
|
[phases]
|
|
phase_1 = { status = "completed", checkpointsha = "1b39aae7", name = "NormalizedResponse dual-signature __init__" }
|
|
phase_2 = { status = "completed", checkpointsha = "24b39aee", name = "Session frozen fix in test_auto_whitelist" }
|
|
phase_3 = { status = "completed", checkpointsha = "63e4e54e", name = "Toggle race fix in test_palette_starts_hidden" }
|
|
phase_4 = { status = "completed", checkpointsha = "885bc1be", name = "Verification + End-of-Track Report" }
|
|
|
|
[tasks]
|
|
t1_1 = { status = "completed", commit_sha = "1b39aae7", description = "Add custom __init__ to NormalizedResponse accepting both nested usage: UsageStats and legacy flat usage_input_tokens=... kwargs" }
|
|
t2_1 = { status = "completed", commit_sha = "24b39aee", description = "Update test_auto_whitelist_keywords to use dataclasses.replace for frozen Session mutation" }
|
|
t3_1 = { status = "completed", commit_sha = "63e4e54e", description = "Update test_palette_starts_hidden to use deterministic close callback instead of non-deterministic toggle" }
|
|
t4_1 = { status = "completed", commit_sha = "885bc1be", description = "Run all 6 VCs; write TRACK_COMPLETION report; update this state.toml + conductor/tracks.md" }
|
|
|
|
[verification]
|
|
vc1_normalized_response_tests_pass = true
|
|
vc2_auto_whitelist_test_passes = true
|
|
vc3_palette_starts_hidden_test_passes = true
|
|
# PASS after Phase 5A/B fixes (commits ad0ab405, d1dcbc8b, c194966a):
|
|
# 11 of 11 batched tiers PASS. The 6 additional failures (5 test_openai_compatible.py
|
|
# + 1 test_extended_sims.py::test_execution_sim_live + 1 test_live_workflow.py
|
|
# ::test_full_live_workflow) were addressed per user directive (explicit types
|
|
# over backward-compat shims for the test code; @pytest.mark.skip for the 2
|
|
# live_gui integration tests that require a real Gemini API).
|
|
vc4_full_batched_suite_green = true
|
|
vc5_audit_gates_clean = true
|
|
# PASS: no NEW failures introduced; all previously-failing tests are now
|
|
# addressed (12 in spec + 6 additional pre-existing).
|
|
vc6_no_new_test_failures = true |