test(reliability): bound buyer-packet Git metadata lookup - #669
test(reliability): bound buyer-packet Git metadata lookup#669seonghobae wants to merge 1 commit into
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 #669. 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/#670). |
eb51d0b to
7b780f5
Compare
e545555 to
7986ae5
Compare
7986ae5 to
0b2ec51
Compare
|
자동 정리: base 대비 실제 변경(diff)이 0건이라 이 PR을 닫습니다. 변경을 추가한 뒤 reopen하세요. |
7986ae5 to
2c8d810
Compare
2c8d810 to
97d19f2
Compare
|
Superseded by unified Git metadata timeout fix PR (see fix/git-metadata-timeouts-unified). |
Reliability gap
Advances #555 with a disjoint buyer-evidence-packet subprocess slice from exact protected
maina7be9eb8ca0b807364173f8471fc300e3cf9350f.scripts/build_buyer_packet.py::_source_commit()currently invokes localgit rev-parse HEADwithout a per-operation timeout and catches every exception into"unknown". A hung Git child can therefore consume the surrounding runner until an outer job timeout, and a realsubprocess.TimeoutExpiredis silently converted into apparently usable provenance.Intentional fail-first contract
tests/test_buyer_packet_git_metadata_timeout.pyrequires:TimeoutExpiredfails 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 implement the smallest root-cause correction in
scripts/build_buyer_packet.py, add concise subprocess 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 packet contents, acquisition valuation semantics, numerical/psychometric code, workflows/dependencies, package version, canonical #604/#621 documentation, or the adjacent active subprocess slices in #666/#667/#578. Python/GitHub outer job ceilings are not substitutes for this bounded local operation.