Page MenuHomePhabricator

[lib] Introduce new operation queues
AcceptedPublic

Authored by tomek on Tue, Sep 17, 8:45 AM.
Tags
None
Referenced Files
F2750380: D13363.id44272.diff
Wed, Sep 18, 1:10 PM
Unknown Object (File)
Tue, Sep 17, 11:48 AM
Unknown Object (File)
Tue, Sep 17, 10:30 AM
Unknown Object (File)
Tue, Sep 17, 9:55 AM
Unknown Object (File)
Tue, Sep 17, 9:29 AM
Unknown Object (File)
Tue, Sep 17, 9:29 AM
Unknown Object (File)
Tue, Sep 17, 9:28 AM
Subscribers

Details

Reviewers
kamil
will
Summary

Introduce the queues and fix the code so that the previous functionality works. These queues will contain operations that should wait for different conditions.

https://linear.app/comm/issue/ENG-9189/introduce-additional-operation-queues

Test Plan

Tested the whole stack at once:

  1. Created an operation with a reaction that was received before an operation creating the message
  2. Created an operation with an edit that was received before an operation creating the message
  3. Created an operation with an entry edit that was received before an operation creating the entry
  4. Created an operation with thread subscription change that was received before the user became a member

In each of the cases verified that the result was correct and that the operation was removed from the queue.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage