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)
Apr 3 2024, 4:17 PM
Unknown Object (File)
Apr 3 2024, 4:17 PM
Unknown Object (File)
Apr 3 2024, 4:13 PM
Unknown Object (File)
Mar 28 2024, 9:13 PM
Unknown Object (File)
Feb 27 2024, 8:23 PM
Unknown Object (File)
Feb 19 2024, 2:14 AM
Unknown Object (File)
Feb 19 2024, 1:54 AM
Unknown Object (File)
Feb 19 2024, 1:33 AM
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