build: add locked local test entrypoint - #824
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthrough
Changes테스트 실행 명령
Estimated code review effort: 1 (단순) | ~5분 Merge Risk: ⚪ Minimal · up to This PR adds a reproducible local full-suite test command and documents its use; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
…odels The strix (quick) check on this exact head failed because NVIDIA NIM rate-limited every configured fallback model (nemotron-3-super-120b, llama-3.3-nemotron-super-49b, openai-direct/gpt-5.6-luna all hit 429/ connection errors) -- zero vulnerability report was produced, and Strix correctly failed closed rather than treat that as a clean scan (this is the same class of transient provider-availability failure already diagnosed once this session on PR ContextualWisdomLab#768). Not a defect in this PR's actual diff (Makefile + README only). Empty retry commit to trigger a fresh, per-commit Strix run against the same tree.
Second retry: the first (af51113) hit the identical failure signature 1.5hrs after the original run -- NVIDIA NIM 429 across all configured fallback models, zero vulnerability report, correct fail-closed. ~2hrs have now passed since that retry; trying once more to check whether provider capacity has recovered. Not a defect in this PR's diff (Makefile + README only).
Summary
make testas the local full-suite entrypointuv --no-projectValidation
make test(1435 passed)Summary by CodeRabbit
테스트
make test명령으로 전체 테스트를 간편하게 실행할 수 있습니다.문서