test FlowInitialized event payload per config#447
test FlowInitialized event payload per config#447thedavidmeister wants to merge 1 commit intomainfrom
Conversation
Pins three invariants on the `FlowInitialized` event emitted by `flowInit`: 1. One event per evaluable config (count == configs.length). 2. `sender` field equals the clone-factory caller. 3. `evaluable` field equals the deployer-returned (interpreter, store, expression) triple. Mutation verified: commenting out the `emit FlowInitialized` line makes the test fail (event count mismatch); reverting passes. Closes #325. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
Summary
Pins three invariants on the
FlowInitializedevent emitted byflowInit:configs.length).senderfield equals the clone-factory caller.evaluablefield equals the deployer-returned(interpreter, store, expression)triple.Mutation verified: commenting out the
emit FlowInitializedline makes the test fail (event count mismatch); reverting passes.Closes #325.
Test plan
testFlowConstructionEmitsFlowInitializedPerConfig— 100 fuzz runs (1–5 configs)emit FlowInitialized→ test fails🤖 Generated with Claude Code