You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(functional): verify "sent" status while recipient offline (#7506)
* test(functional): verify "sent" status while recipient offline
Add envelope.sent / outgoingStatus="sent" coverage to
TestDeliveryConfirmation, with the recipient offline for the whole
exchange so MVDS can never ACK. The message can then only ever reach
"sent" (envelope published to a peer), never "delivered", isolating the
envelope-sent path from MVDS delivery.
Register the envelope.sent SignalType and use the store REST API (#7473)
to confirm the envelope actually reached the store node.
Replaces test_delivery_confirmation_after_recipient_offline, whose
DELIVERED assertion duplicated test_delivery_confirmation_online (it only
reached DELIVERED by bringing the recipient back online).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* test(functional): confirm store persistence with a single REST read
envelope.sent already guarantees the envelope reached a peer, so the
message is persisted at the store node by then — a single get_messages
read suffices instead of polling.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments