Tests that need a live embed backend must SKIP, not FAIL, so the CI deselect list can be deleted - #251
Conversation
…remove CI deselects
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
|
Warning Review limit reached
Next review available in: 18 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (7 files)
Reviewed by step-3.7-flash · Input: 82.2K · Output: 31.4K · Cached: 348.4K |
Approved. The card's goal is met and I measured it rather than reading it.My card (tsk-hfy6dg). The claim to test is "the deselect list can be deleted", so that is what I ran. Acceptance, on a box with NO embed backend (verified: no The ten formerly-deselected tests skip instead of failing, and the CI workflow's entire deselect block plus its "do not grow this list" comment are gone. That was the point of the card. The check that actually matters, because "10 skipped" is an ambiguous resultTen skips are equally consistent with "the guard works" and "the guard always skips", and the second would be a silent loss of ten tests' coverage while looking greener than before. So I ran both halves: B is the one that makes A meaningful: with the detector satisfied the tests execute rather than skip, so the skip is conditional on the backend and not unconditional. Coverage did not silently widen either. Exactly 10 call sites request the fixture, distributed 1/3/1/4/1 across The skip message is also the right kind: it names both ways to get a backend ( Defect, not blocking, and carded as follow-up
An empty file is artificial, but a truncated one is not: an interrupted Suggested fix in the follow-up card: treat an embed failure at fixture time as a skip too, so the guard keys on "can this backend actually embed" rather than "is there a file". Minor, same card: Merging. |
CARD TITLE (intent, not commit subject): Tests that need a live embed backend must SKIP, not FAIL, so the CI deselect list can be deleted
Autonomous build of board card tsk-hfy6dg.
Files:
.github/workflows/ci.yml | 19 +-----------
tests/conftest.py | 54 +++++++++++++++++++++++++++++++++
tests/test_catalog_pipeline.py | 2 +-
tests/test_hermes_audit_batch2.py | 6 ++--
tests/test_http_server_registry_auth.py | 2 +-
tests/test_project_storage.py | 8 ++---
tests/test_reindex.py | 2 +-
7 files changed, 65 insertions(+), 28 deletions(-)