test: stabilize v0.8.0 release gate#52
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (5)
✨ 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 |
|
@codex second opinion requested. Self-audit found one issue before merge.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 62aecf57d3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Activity Summary
Thread status: GraphQL review thread query returned zero review threads, so no PR threads required resolution. Verification:
|
Activity Summary AddendumA Codex review thread arrived after the first activity summary with the same witness-sync finding. It was already fixed by
Final local verification after the fix: |
Summary
Stabilizes the v0.8.0 release gate by bounding Docker-isolated Vitest worker concurrency by default while preserving explicit
--maxWorkersoverrides.Verification
pnpm test:local --run test/unit/scripts/isolated-test-args.test.ts test/unit/release/docker-test-isolation.test.ts tests/playback/CORE_test-runner-docker-daemon-hard-failure.test.tsgit diff --checkpnpm release:checkRelease Context
RED: merged
mainrelease validation failed in Docker-isolatedpnpm testwith timeout-shaped failures under unbounded worker concurrency.GREEN: release runner now defaults isolated Vitest execution to
--maxWorkers 2; finalpnpm release:checkpassed with Docker-isolated tests, security gate, and package dry run.