test(rivetkit): cover failed manual startup initialization - #5438
Conversation
NathanFlurry
commented
Jul 19, 2026
- Add regression coverage for manual startup failures before initialization is durably marked complete.
- Verify retry startup still sees the actor as uninitialized and only commits the flag after success.
ReviewThis is a test-only PR adding regression coverage for a real correctness invariant: a manual-startup runtime that fails before signaling Verified against the actual implementation (
Style/consistency:
Minor nit (non-blocking): the first ( No production code is touched, so there's no functional, performance, or security risk from this change. Nice, tightly-scoped regression test. |