deleted-symbols gate: the failure message never tells you the waiver exists - #243
Conversation
…lure output The waiver trailer is documented only in a workflow comment and the module docstring, neither of which a contributor reads while CI is red. Print a ready-to-paste trailer line built from the symbols that actually failed right in the FAIL message so the escape hatch is discoverable. Add tests asserting the hint appears on failure and is absent from the clean output.
|
ⓘ 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: 23 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 (2)
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 (2 files)
Reviewed by step-3.7-flash · Input: 73.6K · Output: 19.3K · Cached: 154.4K |
Approved. The waiver round-trips, proven at the case the tests do not coverThis is my card (tsk-gkmvcp), so I reviewed it against the thing that made me file it: #240 The two tests here cover one deleted symbol. The interesting case is the one where the hint is The round trip is real in both shapes: the exact string the gate prints, pasted back verbatim, I also checked the claim the new message makes, since it is an assertion about CI rather than 22/22 pass. One follow-up, not a blockerThe parser accumulates across lines, so multiple Worth considering too: telling the reader NOT to use "re-run job" after adding the trailer. Per |
…lure output (#243) The waiver trailer is documented only in a workflow comment and the module docstring, neither of which a contributor reads while CI is red. Print a ready-to-paste trailer line built from the symbols that actually failed right in the FAIL message so the escape hatch is discoverable. Add tests asserting the hint appears on failure and is absent from the clean output.
CARD TITLE (intent, not commit subject): deleted-symbols gate: the failure message never tells you the waiver exists
Autonomous build of board card tsk-gkmvcp.
The waiver trailer is documented only in a workflow comment and the
module docstring, neither of which a contributor reads while CI is red.
Print a ready-to-paste trailer line built from the symbols that actually
failed right in the FAIL message so the escape hatch is discoverable.
Add tests asserting the hint appears on failure and is absent from the
clean output.
Files:
scripts/check_deleted_symbols.py | 9 +++++++++
tests/test_deleted_symbols.py | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+)