Skip to content

Conversation

@ANISH-SR
Copy link
Contributor

@ANISH-SR ANISH-SR commented Jan 4, 2026

Summary of Changes

  • All Resume* processors (Location, Exchange, Contributor, Device, User, Link) now require status == Suspended, otherwise return DoubleZeroError::InvalidStatus.
  • process_resume_link already enforced the correct status check and was left unchanged.
  • Every resume integration test now asserts a second resume fails with Custom(7) (InvalidStatus).
  • Resume operations are now strictly single-use from Suspended, with tests validating both success and misuse.

Testing Verification

  • All rust checks green

Closes #2222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In Resume{Location,Exchange,Contributor,Device,User}, verify that {location,exchange,contributor,device,user}.status == Suspended

1 participant