Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sytest.list #523

Merged
merged 1 commit into from
Oct 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions sytest.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Extracted from matrix-org/sytest#9ea3f15b
# Extracted from matrix-org/sytest#da1c9e22
# With `grep -E "^\s*(test|multi_test) \"" -R . | grep ".pl:" | docker run --rm -i -e LC_ALL=C ubuntu:18.04 sort`

./tests/10apidoc/01register.pl: test "POST $ep_name admin with shared secret",
Expand Down Expand Up @@ -421,11 +421,6 @@
./tests/42tags.pl:test "Tags appear in the v1 /events stream",
./tests/42tags.pl:test "Tags appear in the v1 /initialSync",
./tests/42tags.pl:test "Tags appear in the v1 room initial sync",
./tests/43search.pl: test "Search results with $ordering_type ordering do not include redacted events",
./tests/43search.pl:test "Can back-paginate search results",
./tests/43search.pl:test "Can get context around search results",
./tests/43search.pl:test "Can search for an event by body",
./tests/43search.pl:test "Search works across an upgraded room and its predecessor",
./tests/44account_data.pl:test "Account data appears in v1 /events stream",
./tests/44account_data.pl:test "Can add account data to room",
./tests/44account_data.pl:test "Can add account data",
Expand Down Expand Up @@ -636,11 +631,6 @@
./tests/61push/05_set_actions.pl:test "Changing the actions of an unknown default rule fails with 404",
./tests/61push/05_set_actions.pl:test "Changing the actions of an unknown rule fails with 404",
./tests/61push/06_get_pusher.pl:test "Can fetch a user's pushers",
./tests/61push/06_push_rules_in_sync.pl:test "Adding a push rule wakes up an incremental /sync",
./tests/61push/06_push_rules_in_sync.pl:test "Disabling a push rule wakes up an incremental /sync",
./tests/61push/06_push_rules_in_sync.pl:test "Enabling a push rule wakes up an incremental /sync",
./tests/61push/06_push_rules_in_sync.pl:test "Push rules come down in an initial /sync",
./tests/61push/06_push_rules_in_sync.pl:test "Setting actions for a push rule wakes up an incremental /sync",
./tests/61push/07_set_enabled.pl:test "Can enable/disable default rules",
./tests/61push/07_set_enabled.pl:test "Enabling an unknown default rule fails with 404",
./tests/61push/08_rejected_pushers.pl:multi_test "Test that rejected pushers are removed.",
Expand Down