Mirror installer scaffold: blocking-detection env-gate + test:run fix - #19
Conversation
update:scaffold:rebuild sync from installer SSoT: env-gated Swoole blocking-I/O detection in docker-compose.yml / docker-compose.test.yml / .env.default and the test:run wrapper fix, plus regenerated scaffold-manifest.json (previous_sha256 grown). Keeps ScaffoldSourceParityTest green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 7 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 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 |
There was a problem hiding this comment.
Pull request overview
This PR updates the scaffolded Docker/CLI runtime wiring to support opt-in Swoole blocking-I/O detection (via environment variables) and ensures bin/semitexa test:run does not bypass the phpunit service command when invoking PHPUnit, then regenerates the scaffold manifest to record the new hashes.
Changes:
- Update scaffold
docker-compose.ymlanddocker-compose.test.ymlto run PHP with env-gatedswoole.blocking_detectionandswoole.blocking_thresholdini flags (Off by default). - Fix
resources/scaffold/bin/semitexatest:runto invoke PHPUnit viaphp -d ... vendor/bin/phpunitso docker-compose.test.yml’s command behavior is preserved even with an explicitcompose runcommand. - Add default env entries for blocking detection and update
resources/scaffold-manifest.jsonwith the newgenerated_atand file hashes.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| resources/scaffold/docker-compose.yml | Adds env-gated Swoole blocking-I/O detection ini flags to the app service startup command. |
| resources/scaffold/docker-compose.test.yml | Applies the same env-gated ini flags to the phpunit service command. |
| resources/scaffold/bin/semitexa | Updates test:run to avoid overriding the phpunit service command without reapplying the ini flags. |
| resources/scaffold/.env.default | Introduces default .env keys for blocking detection and threshold. |
| resources/scaffold-manifest.json | Regenerates manifest metadata/hashes to reflect the scaffold updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Scaffold mirror sync from installer SSoT (update:scaffold:rebuild): env-gated Swoole blocking-I/O detection + test:run wrapper fix + regenerated scaffold-manifest.json.
Checks
What to Review
🤖 Generated with Claude Code