fix(tests): restore whitelisted smoke job in quantum integration test#471
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix(tests): restore whitelisted smoke job in quantum integration test#471cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
run_autorun_job rejects non-whitelisted job names before status lookup; restore smoke as the test job name so list/dict status parsing is exercised. Co-authored-by: Bryan <bryan@users.noreply.github.com>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the quantum integration autorun test to use a whitelisted job name so it exercises the intended status parsing paths without failing earlier job-name validation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🟡 Coverage —
|
| Metric | Value |
|---|---|
| Total coverage | 65.3% |
▲ vs main |
+0.1% |
| Minimum threshold | 60% |
Updated on every push · 2026-06-20
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 on
pre_commit_checkbecausetests/test_quantum_integration.pyused a non-whitelisted autorun job name (another).run_autorun_jobvalidates job names before reading status, so the test never reached the list/dict status parsing logic it was meant to exercise.Changes
test_run_autorun_job_reads_status_for_list_and_dict_shapesto use the whitelistedsmokejob name in parametrized payloads and assertions.Verification
pytest tests/test_quantum_integration.py— 2 passedCo-authored-by: Bryan bryan@users.noreply.github.com
Summary by Sourcery
Tests: