fix(tests): align quantum integration test with whitelisted autorun jobs#465
Merged
Conversation
The run_autorun_job bridge rejects non-whitelisted job names before status lookup; align the list/dict status-shape test with allowed names. Co-authored-by: Bryan
Record passing repo health automation run (2725 tests, integration gate, repo agents) with updated timestamps. Co-authored-by: Bryan
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAlign quantum integration autorun status-shape test with the whitelisted job names by switching from a generic job name to the allowed File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🟡 Coverage —
|
| Metric | Value |
|---|---|
| Total coverage | 65.6% |
▲ vs main |
+0.3% |
| Minimum threshold | 60% |
Updated on every push · 2026-06-21
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Author
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_36ee82fc-c823-4b72-8ed1-af25f9931d20) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hourly repo health automation failed pre-commit because
test_run_autorun_job_reads_status_for_list_and_dict_shapesused a non-whitelisted job name (another). The quantum integration bridge only acceptsbaseline,benchmark,nightly, andsmoke.Changes
smokejob name while still exercising_find_job_statusnormalization for both payload shapes.Verification
pytest tests/test_quantum_integration.py— 2 passedPYTHON_BIN=.venv/bin/python .venv/bin/python scripts/repo_health_automation.py --once --repair-status --refresh-stale-status --run-agents --continue-on-failSummary by Sourcery
Bug Fixes:
Note
Low Risk
Generated status JSON only; no runtime, auth, or business-logic code changes in the diff.
Overview
This diff only updates checked-in
data_outstatus and CI artifact JSON—no source or test files appear in the patch.It bumps timestamps and run IDs across orchestration outputs (
autonomous_agent,autotrain,ci_orchestrator,evaluation_autorun,master_orchestrator,quantum_autorun,repo_health_automation) to reflect a run around2026-06-20T19:02.data_out/integration_smoke/status.jsonalso changes the recordedchat_cli_local_oncesmoke step: longer duration and updated assistant text for the local fallback provider message.data_out/repo_health_automation/status.jsoncaptures a successful health cycle (repair status, pre-commit with 2725 tests passed, integration contract gate, repo agents) with matching step timing tweaks.Reviewed by Cursor Bugbot for commit fbc7374. Bugbot is set up for automated code reviews on this repo. Configure here.