dxos-deprecated / echo

Eventually Consistent Hierarchical Objects Database
GNU Affero General Public License v3.0
0 stars 1 forks source link

Sync test fails periodically. #391

Open richburdon opened 3 years ago

richburdon commented 3 years ago
 FAIL  src/parties/party-manager.test.ts (6.949 s)
  Party manager
    ✓ Created locally (138 ms)
    ✓ Created via sync (47 ms)
    ✓ Create from cold start (43 ms)
    ✓ Join a party - PIN (292 ms)
    ✓ Join a party - signature (219 ms)
    ✓ One user, two devices (333 ms)
    ✓ Two users, two devices each (847 ms)
    ✓ Join new device to HALO by recovering from Identity seed phrase (242 ms)
    ✓ Join a party - Offline (187 ms)
    ✓ Contacts (624 ms)
    ✓ Deactivate Party - single device (60 ms)
    ✓ Deactivate Party - retrieving items (56 ms)
    ✓ Deactivate Party - multi device (261 ms)
    ✓ Deactivating and activating party. (68 ms)
    ✓ Deactivating and activating party, setting properties after (77 ms)
    ✕ Setting title propagates to other devices AND other party members (840 ms)
    ✓ Party update event is emitted after the title is set (549 ms)

  ● Party manager › Setting title propagates to other devices AND other party members

    expect(received).toEqual(expected) // deep equality

    Expected: "Some name"
    Received: undefined