Skip to content

Commit 915311e

Browse files
author
Till Faelligen
committed
Update sytest.list
1 parent 15deea3 commit 915311e

File tree

1 file changed

+14
-49
lines changed

1 file changed

+14
-49
lines changed

sytest.list

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extracted from matrix-org/sytest#198c87
1+
# Extracted from matrix-org/sytest#9ea3f15b
22
# Extracted with `grep -E "^\s*(test|multi_test) \"" -R . | grep ".pl:" | sort`
33

44
./tests/10apidoc/01register.pl:test "GET /register yields a set of flows",
@@ -85,10 +85,10 @@
8585
./tests/10apidoc/36room-levels.pl:test "PUT /rooms/:room_id/state/m.room.power_levels can set levels",
8686
./tests/10apidoc/37room-receipts.pl:test "POST /rooms/:room_id/receipt can create receipts",
8787
./tests/10apidoc/38room-read-marker.pl:test "POST /rooms/:room_id/read_markers can create read marker",
88-
./tests/10apidoc/40content.pl:test "GET /media/r0/download can fetch the value again",
89-
./tests/10apidoc/40content.pl:test "POST /media/r0/upload can create an upload",
88+
./tests/10apidoc/40content.pl:test "GET /media/v3/download can fetch the value again",
89+
./tests/10apidoc/40content.pl:test "POST /media/v3/upload can create an upload",
9090
./tests/10apidoc/45server-capabilities.pl:test "GET /capabilities is present and well formed for registered user",
91-
./tests/10apidoc/45server-capabilities.pl:test "GET /r0/capabilities is not public",
91+
./tests/10apidoc/45server-capabilities.pl:test "GET /v3/capabilities is not public",
9292
./tests/11register.pl:multi_test "Register with a recaptcha",
9393
./tests/11register.pl:test "Can register using an email address",
9494
./tests/11register.pl:test "registration accepts non-ascii passwords",
@@ -182,10 +182,11 @@
182182
./tests/30rooms/08levels.pl:test "Unprivileged users can set m.room.topic if it only needs level 0",
183183
./tests/30rooms/09eventstream.pl:multi_test "Check that event streams started after a client joined a room work (SYT-1)",
184184
./tests/30rooms/09eventstream.pl:test "Event stream catches up fully after many messages",
185-
./tests/30rooms/10redactions.pl:test "POST /redact disallows redaction of event in different room",
186-
./tests/30rooms/10redactions.pl:test "POST /rooms/:room_id/redact/:event_id as original message sender redacts message",
187-
./tests/30rooms/10redactions.pl:test "POST /rooms/:room_id/redact/:event_id as power user redacts message",
188-
./tests/30rooms/10redactions.pl:test "POST /rooms/:room_id/redact/:event_id as random user does not redact message",
185+
./tests/30rooms/10redactions.pl:test "PUT /redact disallows redaction of event in different room",
186+
./tests/30rooms/10redactions.pl:test "PUT /rooms/:room_id/redact/:event_id/:txn_id as original message sender redacts message",
187+
./tests/30rooms/10redactions.pl:test "PUT /rooms/:room_id/redact/:event_id/:txn_id as power user redacts message",
188+
./tests/30rooms/10redactions.pl:test "PUT /rooms/:room_id/redact/:event_id/:txn_id as random user does not redact message",
189+
./tests/30rooms/10redactions.pl:test "PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent",
189190
./tests/30rooms/10redactions.pl:test "Redaction of a redaction redacts the redaction reason",
190191
./tests/30rooms/11leaving.pl:test "A departed room is still included in /initialSync (SPEC-216)",
191192
./tests/30rooms/11leaving.pl:test "Can get 'm.room.name' state for a departed room (SPEC-216)",
@@ -342,6 +343,7 @@
342343
./tests/31sync/15lazy-members.pl:test "Members from the gap are included in gappy incr LL sync",
343344
./tests/31sync/15lazy-members.pl:test "Old leaves are present in gapped incremental syncs",
344345
./tests/31sync/15lazy-members.pl:test "Old members are included in gappy incr LL sync if they start speaking",
346+
./tests/31sync/15lazy-members.pl:test "Rejecting invite over federation doesn't break incremental /sync",
345347
./tests/31sync/15lazy-members.pl:test "The only membership state included in a gapped incremental sync is for senders in the timeline",
346348
./tests/31sync/15lazy-members.pl:test "The only membership state included in an incremental sync is for senders in the timeline",
347349
./tests/31sync/15lazy-members.pl:test "The only membership state included in an initial sync is for all the senders in the timeline",
@@ -362,6 +364,7 @@
362364
./tests/32room-versions.pl: test "Remote user can backfill in a room with version $version",
363365
./tests/32room-versions.pl: test "User can invite $user_type user to room with version $version",
364366
./tests/40presence.pl:test "Newly created users see their own presence in /initialSync (SYT-34)",
367+
./tests/40presence.pl:test "Presence can be set from sync",
365368
./tests/40presence.pl:test "Presence changes are also reported to remote room members",
366369
./tests/40presence.pl:test "Presence changes are reported to local room members",
367370
./tests/40presence.pl:test "Presence changes to UNAVAILABLE are reported to local room members",
@@ -513,6 +516,8 @@
513516
./tests/50federation/35room-invite.pl:test "Inbound /v1/send_leave rejects leaves from other servers",
514517
./tests/50federation/35room-invite.pl: test "Outbound federation can send invites via $prefix API",
515518
./tests/50federation/35room-invite.pl:test "Outbound federation rejects invite response which include invalid JSON for room version 6",
519+
./tests/50federation/36state.pl: test "/$endpoint returns M_NOT_FOUND for an outlier",
520+
./tests/50federation/36state.pl: test "/$endpoint returns M_NOT_FOUND for a rejected $type event",
516521
./tests/50federation/36state.pl:test "Federation handles empty auth_events in state_ids sanely",
517522
./tests/50federation/36state.pl:test "Federation rejects inbound events where the prev_events cannot be found",
518523
./tests/50federation/36state.pl:test "Getting state checks the events requested belong to the room",
@@ -522,7 +527,7 @@
522527
./tests/50federation/36state.pl:test "Inbound federation of state_ids requires event_id as a mandatory paramater",
523528
./tests/50federation/36state.pl:test "Inbound federation of state requires event_id as a mandatory paramater",
524529
./tests/50federation/36state.pl:test "Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state",
525-
./tests/50federation/36state.pl: test "Room state at a rejected $type event is the same as its predecessor",
530+
./tests/50federation/36state.pl: test "Room state after a rejected $type event is the same as before",
526531
./tests/50federation/36state.pl:test "Should not be able to take over the room by pretending there is no PL event",
527532
./tests/50federation/37public-rooms.pl:test "Inbound federation can get public room list",
528533
./tests/50federation/38receipts.pl:test "Inbound federation rejects receipts from wrong remote",
@@ -578,46 +583,6 @@
578583
./tests/52user-directory/02private.pl:test "User in dir while user still shares private rooms",
579584
./tests/52user-directory/02private.pl:test "User in shared private room does appear in user directory",
580585
./tests/52user-directory/02private.pl:test "User in shared private room does appear in user directory until leave",
581-
./tests/53groups/01create.pl:test "Add group rooms",
582-
./tests/53groups/01create.pl:test "Create group",
583-
./tests/53groups/01create.pl:test "Remove group rooms",
584-
./tests/53groups/02read.pl: test "Add/remove $test_name group rooms",
585-
./tests/53groups/02read.pl: test "Get $test_name group profile",
586-
./tests/53groups/02read.pl: test "Get $test_name group summary",
587-
./tests/53groups/02read.pl: test "Get $test_name group users",
588-
./tests/53groups/03local.pl:test "Add local group users",
589-
./tests/53groups/03local.pl:test "Remove other from local group",
590-
./tests/53groups/03local.pl:test "Remove self from local group",
591-
./tests/53groups/04remote-group.pl:test "Add remote group users",
592-
./tests/53groups/04remote-group.pl:test "Listing invited users of a remote group when not a member returns a 403",
593-
./tests/53groups/04remote-group.pl:test "Remove self from remote group",
594-
./tests/53groups/05categories.pl:test "Add group category",
595-
./tests/53groups/05categories.pl:test "Get group categories",
596-
./tests/53groups/05categories.pl:test "Remove group category",
597-
./tests/53groups/05roles.pl:test "Add group role",
598-
./tests/53groups/05roles.pl:test "Get group roles",
599-
./tests/53groups/05roles.pl:test "Remove group role",
600-
./tests/53groups/06summaries.pl:test "Adding multiple rooms to group summary have correct order",
601-
./tests/53groups/06summaries.pl:test "Adding multiple users to group summary have correct order",
602-
./tests/53groups/06summaries.pl:test "Adding room to group summary keeps room_id when fetching rooms in group",
603-
./tests/53groups/06summaries.pl:test "Add room to group summary",
604-
./tests/53groups/06summaries.pl:test "Add room to group summary with category",
605-
./tests/53groups/06summaries.pl:test "Add user to group summary",
606-
./tests/53groups/06summaries.pl:test "Add user to group summary with role",
607-
./tests/53groups/06summaries.pl:test "Remove room from group summary",
608-
./tests/53groups/06summaries.pl:test "Remove room from group summary with category",
609-
./tests/53groups/06summaries.pl:test "Remove user from group summary",
610-
./tests/53groups/06summaries.pl:test "Remove user from group summary with role",
611-
./tests/53groups/10sync.pl:test "Group creator sees group in initial sync",
612-
./tests/53groups/10sync.pl:test "Group creator sees group in sync",
613-
./tests/53groups/10sync.pl:test "Local group invites come down sync",
614-
./tests/53groups/11publicise.pl:test "Bulk get group publicity",
615-
./tests/53groups/11publicise.pl:test "Get/set local group publicity",
616-
./tests/53groups/12joinable.pl:test "Group is joinable over federation",
617-
./tests/53groups/12joinable.pl:test "Group is not joinable by default",
618-
./tests/53groups/12joinable.pl:test "Joinability comes down summary",
619-
./tests/53groups/12joinable.pl:test "Set group joinable and join it",
620-
./tests/53groups/20room-upgrade.pl:test "Room is transitioned on local and remote groups upon room upgrade",
621586
./tests/54identity.pl:test "3PIDs are unbound after account deactivation",
622587
./tests/54identity.pl:test "Can bind 3PID via home server",
623588
./tests/54identity.pl:test "Can bind and unbind 3PID via homeserver",

0 commit comments

Comments
 (0)