aboutsummaryrefslogtreecommitdiff
path: root/are-we-synapse-yet.list
diff options
context:
space:
mode:
authorkegsay <kegan@matrix.org>2022-04-21 17:17:52 +0100
committerGitHub <noreply@github.com>2022-04-21 17:17:52 +0100
commit0eb5bd1e13b974a6a1f9e4548eab979cd6fd7528 (patch)
tree3a4788c177831b58341f8a6c8db99a8604e09741 /are-we-synapse-yet.list
parent144c060fa7e413d938200896b345b85ab975bad8 (diff)
Update AWSY test groups (#2365)
* Update AWSY test groups * Better names
Diffstat (limited to 'are-we-synapse-yet.list')
-rw-r--r--are-we-synapse-yet.list24
1 files changed, 20 insertions, 4 deletions
diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list
index 4281171a..c776a740 100644
--- a/are-we-synapse-yet.list
+++ b/are-we-synapse-yet.list
@@ -212,11 +212,12 @@ plv Users cannot set kick powerlevel higher than their own (2 subtests)
plv Users cannot set redact powerlevel higher than their own (2 subtests)
v1s Check that event streams started after a client joined a room work (SYT-1)
v1s Event stream catches up fully after many messages
-xxx POST /rooms/:room_id/redact/:event_id as power user redacts message
-xxx POST /rooms/:room_id/redact/:event_id as original message sender redacts message
-xxx POST /rooms/:room_id/redact/:event_id as random user does not redact message
-xxx POST /redact disallows redaction of event in different room
+xxx PUT /rooms/:room_id/redact/:event_id/:txn_id as power user redacts message
+xxx PUT /rooms/:room_id/redact/:event_id/:txn_id as original message sender redacts message
+xxx PUT /rooms/:room_id/redact/:event_id/:txn_id as random user does not redact message
+xxx PUT /redact disallows redaction of event in different room
xxx Redaction of a redaction redacts the redaction reason
+xxx PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent
v1s A departed room is still included in /initialSync (SPEC-216)
v1s Can get rooms/{roomId}/initialSync for a departed room (SPEC-216)
rst Can get rooms/{roomId}/state for a departed room (SPEC-216)
@@ -921,3 +922,18 @@ msc We can't peek into rooms with invited history_visibility
msc We can't peek into rooms with joined history_visibility
msc Local users can peek by room alias
msc Peeked rooms only turn up in the sync for the device who peeked them
+ban 'ban' event respects room powerlevel (2 subtests)
+inv Test that we can be reinvited to a room we created (11 subtests)
+fiv Rejecting invite over federation doesn't break incremental /sync
+pre Presence can be set from sync
+fst /state returns M_NOT_FOUND for an outlier
+fst /state_ids returns M_NOT_FOUND for an outlier
+fst /state returns M_NOT_FOUND for a rejected message event
+fst /state_ids returns M_NOT_FOUND for a rejected message event
+fst /state returns M_NOT_FOUND for a rejected state event
+fst /state_ids returns M_NOT_FOUND for a rejected state event
+fst Room state after a rejected message event is the same as before
+fst Room state after a rejected state event is the same as before
+fpb Federation publicRoom Name/topic keys are correct
+fed New federated private chats get full presence information (SYN-115) (10 subtests)
+dvk Rejects invalid device keys \ No newline at end of file