test(reliability): bound procurement Git metadata lookup - #670
Conversation
|
Warning Review limit reached
Next review available in: 1 minute 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: Path: .coderabbit.yaml 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 |
|
@opencode-agent address Sole bounded GREEN writer for Draft #670. Final pre-write guard is mandatory: refetch exact PR head, independently resolve protected Exact fail-first proof is complete. CI run Implement the minimum GREEN only:
Do not touch #604/#621 canonical docs, dependencies/workflows, package version/release, psychometric/numerical code, reviewer authority, or adjacent #555 slices (#578/#657/#666/#667/#669). |
dbeebd2 to
55b4eb7
Compare
fcd7210 to
de94901
Compare
de94901 to
0b2ec51
Compare
|
자동 정리: base 대비 실제 변경(diff)이 0건이라 이 PR을 닫습니다. 변경을 추가한 뒤 reopen하세요. |
de94901 to
1a21147
Compare
1a21147 to
6dd7ec4
Compare
|
Superseded by unified Git metadata timeout fix PR (see fix/git-metadata-timeouts-unified). |
Reliability gap
Advances #555 with a disjoint procurement-evidence subprocess slice from exact protected
maina7be9eb8ca0b807364173f8471fc300e3cf9350f.scripts/build_procurement_due_diligence.py::_source_commit()invokes localgit rev-parse HEADwithout a per-operation timeout and catches every exception into"unknown". A hung Git child can therefore consume runner capacity until an outer job timeout, andsubprocess.TimeoutExpiredis silently converted into apparently usable provenance.Intentional fail-first contract
tests/test_procurement_git_metadata_timeout.pyrequires:TimeoutExpiredto fail closed as exact stableRuntimeError("source commit lookup timed out")without reflecting child output/error/command text;"unknown"fallback.This first commit changes tests only. Keep Draft until GitHub CI proves the intended RED at the production boundary. Then make the smallest correction in
scripts/build_procurement_due_diligence.py, add concise reliability doctoring plus an authoritative changelog fragment, render/checkCHANGELOG.md, and require focused then full exact-head CI/Security/SAST/review evidence.Scope boundary
Do not change procurement criteria, transaction-value semantics, psychometric/numerical code, workflows/dependencies, package version, canonical #604/#621 documentation, or adjacent active timeout slices #666/#667/#669/#578.