Page MenuHomePhabricator

[lib] assert message store equality after logout
ClosedPublic

Authored by kamil on Apr 25 2023, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 10:29 PM
Unknown Object (File)
Sat, Dec 14, 10:29 PM
Unknown Object (File)
Sat, Dec 14, 10:27 PM
Unknown Object (File)
Sat, Dec 14, 10:07 PM
Unknown Object (File)
Nov 21 2024, 8:12 AM
Unknown Object (File)
Nov 21 2024, 2:33 AM
Unknown Object (File)
Nov 10 2024, 8:36 PM
Unknown Object (File)
Nov 10 2024, 8:36 PM
Subscribers

Details

Summary

Add missing check

Test Plan

Log out and check if there are no errors.

Verify that all other checks are available:

  1. Go through all actions in the message reducer
  2. Analyze which of them are modifying messageStore.threads
  3. Confirm that ops are generated and state equality is checked

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 25 2023, 10:32 AM

It is a good idea to check if there are other places where this check is missing. Describing how it was done should extend the test plan.

This revision is now accepted and ready to land.Apr 25 2023, 3:47 PM