diff options
author | S7evinK <2353100+S7evinK@users.noreply.github.com> | 2022-03-14 20:04:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 20:04:24 +0100 |
commit | a2cf1aaf4819c1548534accdc90768cc44ed6edd (patch) | |
tree | 51688fcea788cc1071bf09c65f6cbae2611c0c1c /sytest-whitelist | |
parent | 01d71a767dbd11fd7b17b948db6d3052f577c796 (diff) |
Fix /context with lazy_load_members (#2277)
* Add membership events to the end of the list, to ensure Sytest sees them
* Move tests to allowlist
* Append to correct list, fix logging message
* Add flakey tests to blacklist
* Remove flakey tests from whitelist
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 6c4745b3..c3a4ad92 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -515,7 +515,6 @@ AS can create a user with inhibit_login AS can set avatar for ghosted users AS can set displayname for ghosted users Ghost user must register before joining room -Inviting an AS-hosted user asks the AS server Can generate a openid access_token that can be exchanged for information about a user Invalid openid access tokens are rejected Requests to userinfo without access tokens are rejected @@ -661,6 +660,5 @@ Multiple calls to /sync should not cause 500 errors Canonical alias can be set Canonical alias can include alt_aliases Can delete canonical alias -Multiple calls to /sync should not cause 500 errors AS can make room aliases -Accesing an AS-hosted room alias asks the AS server +/context/ with lazy_load_members filter works |