mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Add passing tests
This commit is contained in:
parent
8e59b392ea
commit
36ab226dc6
|
|
@ -24,11 +24,8 @@ Local device key changes get to remote servers with correct prev_id
|
||||||
|
|
||||||
# Flakey
|
# Flakey
|
||||||
Local device key changes appear in /keys/changes
|
Local device key changes appear in /keys/changes
|
||||||
Device list doesn't change if remote server is down
|
|
||||||
|
|
||||||
# we don't support groups
|
# we don't support groups
|
||||||
Remove group category
|
Remove group category
|
||||||
Remove group role
|
Remove group role
|
||||||
|
|
||||||
# See https://github.com/matrix-org/sytest/pull/1142
|
|
||||||
Device list doesn't change if remote server is down
|
|
||||||
|
|
|
||||||
|
|
@ -592,4 +592,8 @@ Forward extremities remain so even after the next events are populated as outlie
|
||||||
If a device list update goes missing, the server resyncs on the next one
|
If a device list update goes missing, the server resyncs on the next one
|
||||||
uploading self-signing key notifies over federation
|
uploading self-signing key notifies over federation
|
||||||
uploading signed devices gets propagated over federation
|
uploading signed devices gets propagated over federation
|
||||||
Device list doesn't change if remote server is down
|
Device list doesn't change if remote server is down
|
||||||
|
/context/ on joined room works
|
||||||
|
/context/ on non world readable room does not work
|
||||||
|
/context/ returns correct number of events
|
||||||
|
/context/ with lazy_load_members filter works
|
||||||
Loading…
Reference in a new issue