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(e2e): assert the actionable not-initialized message in the failure path
The Failure Path Test only checked that a lastFailure object existed. Now
that cloudsync_payload_chunks propagates its error, the server forwards
"cloudsync is not initialized" for the check job too (previously a bare
"SQL logic error"), so assert the message on all three surfaces: the
send lastFailure JSON, the non-retryable SQL error raised by
receive_changes, and the sync JSON. Goes green once the node runs 1.1.1.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments