Skip to content

Commit

Permalink
Remove groups/communities tests. (#1233)
Browse files Browse the repository at this point in the history
This feature is non-standard and is replaced by spaces.
  • Loading branch information
clokep authored Apr 1, 2022
1 parent 7718383 commit 5d2ad0f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 2,034 deletions.
8 changes: 0 additions & 8 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,6 @@ sub generate_haproxy_map
^/_matrix/federation/v1/event_auth/ federation_reader
^/_matrix/federation/v1/exchange_third_party_invite/ federation_reader
^/_matrix/federation/v1/send/ federation_reader
^/_matrix/federation/v1/get_groups_publicised federation_reader
^/_matrix/federation/v1/user/devices/ federation_reader
^/_matrix/key/v2/query federation_reader
Expand All @@ -1326,10 +1325,6 @@ sub generate_haproxy_map
^/_matrix/client/(r0|v3|unstable)/register$ client_reader
^/_matrix/client/(r0|v3|unstable)/auth/.*/fallback/web$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/get_groups_publicised$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/joined_groups$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/publicised_groups$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/publicised_groups/ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms client_reader
^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases client_reader
Expand Down Expand Up @@ -1377,11 +1372,8 @@ sub generate_haproxy_get_map
return <<'EOCONFIG';
# pushrules should be here, but the tests seem to be racy.
# ^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/groups/ client_reader
^/_matrix/client/(r0|v3)/user/[^/]*/account_data/ client_reader
^/_matrix/client/(r0|v3)/user/[^/]*/rooms/[^/]*/account_data/ client_reader
^/_matrix/federation/v1/groups/ federation_reader
EOCONFIG
}

Expand Down
1 change: 0 additions & 1 deletion tests/30rooms/60version_upgrade.pl
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ sub upgrade_room_synced {
"m.room.history_visibility" => { history_visibility => "joined" },
"m.room.avatar" => { url => "http://something" },
"m.room.encryption" => { algorithm => "m.megolm.v1.aes-sha2" },
"m.room.related_groups" => { groups => [ "+something:example.org" ] },
"m.room.server_acl" => {
allow => [ "*" ],
allow_ip_literals => "false",
Expand Down
158 changes: 0 additions & 158 deletions tests/53groups/01create.pl

This file was deleted.

200 changes: 0 additions & 200 deletions tests/53groups/02read.pl

This file was deleted.

Loading

0 comments on commit 5d2ad0f

Please sign in to comment.