diff options
author | Kegsay <kegan@matrix.org> | 2020-08-12 22:43:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 22:43:02 +0100 |
commit | 820c56c165ec8f0409d23cd151a7ff89fbe09ffa (patch) | |
tree | 2266b281e13fc971d56625f416d1e03979062c43 /sytest-whitelist | |
parent | d98ec12422c8498cf710bb34d2ed31f024aa1e15 (diff) |
Fix more E2E sytests (#1265)
* WIP: Eagerly sync device lists on /user/keys/query requests
Also notify servers when a user's device display name changes. Few
caveats:
- sytest `Device deletion propagates over federation` fails
- `populateResponseWithDeviceKeysFromDatabase` is called from multiple
goroutines and hence is unsafe.
* Handle deleted devices correctly over federation
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index bbac6972..d22b408a 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -146,6 +146,8 @@ If remote user leaves room we no longer receive device updates If a device list update goes missing, the server resyncs on the next one Get left notifs in sync and /keys/changes when other user leaves Can query remote device keys using POST after notification +Server correctly resyncs when client query keys and there is no remote cache +Server correctly resyncs when server leaves and rejoins a room Can add account data Can add account data to room Can get account data without syncing |