Skip to content

Fix TGUI46 scheduler ground truth#5

Open
panDing19 wants to merge 1 commit into
LiberCoders:mainfrom
panDing19:fix/tgui46-scheduler-ground-truth
Open

Fix TGUI46 scheduler ground truth#5
panDing19 wants to merge 1 commit into
LiberCoders:mainfrom
panDing19:fix/tgui46-scheduler-ground-truth

Conversation

@panDing19

@panDing19 panDing19 commented Jun 25, 2026

Copy link
Copy Markdown

Problem

TGUI46 asks the agent to identify and disable db_migration_user_preferences as JOB-712, but the scheduler fixture currently maps JOB-712 to weekly_cache_warmup. The migration job is present under a duplicated JOB-705, so a correct agent that inspects the scheduler fixture can reach the opposite conclusion from the grader/reference.

Affected tasks

  • benchmark/gui/TGUI46_job_failure_triage_workmail_sms_notes

Fix

  • Move db_migration_user_preferences onto JOB-712 with the 02:30 overlap details referenced by the task.
  • Move the unrelated weekly cache warmup row to JOB-727 so JOB-712 resolves to the expected root-cause job.
  • Add a regression test that pins the TGUI46 scheduler fixture ground truth.

Tests

  • uv run pytest tests/test_service_schema_drift.py::test_tgui46_scheduler_fixture_matches_reference_ground_truth -q

@panDing19 panDing19 marked this pull request as ready for review June 25, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant