forked from matrix-org/complement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sytest.ignored.list
50 lines (46 loc) · 1.84 KB
/
sytest.ignored.list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# These list all of the sytests that're ignored, line-by-line
# Complete with comments as to why particular tests were ignored
# Dummy test in 00prepare.pl
foo
Checking local federation server
# Tests synapse admin API
Can quarantine media in rooms
/purge_history
/purge_history by ts
Shutdown room
Can backfill purged history
# Dummy test that exists only to prove a capability
# (in 10apidoc/36room-levels)
Both GET and PUT work
# Tests deprecated endpoints
Tags appear in the v1 /initialSync
Tags appear in the v1 /events stream
Tags appear in the v1 room initial sync
Account data appears in v1 /events stream
Latest account data comes down in /initialSync
Latest account data comes down in room initialSync
Room account data appears in v1 /events stream
GET /events with negative 'limit'
GET /events with non-numeric 'limit'
GET /events with non-numeric 'timeout'
GET /initialSync with non-numeric 'limit'
GET /events initially
GET /initialSync initially
GET /rooms/:room_id/initialSync fetches initial sync state
All room members see all room members' presence in global initialSync
New room members see existing users' presence in room initialSync
New room members see existing members' presence in room initialSync
New room members see first user's profile information in global initialSync
New room members see first user's profile information in per-room initialSync
A departed room is still included in /initialSync (SPEC-216)
Can get rooms/{roomId}/initialSync for a departed room (SPEC-216)
initialSync sees my presence status
Global initialSync
Global initialSync with limit=0 gives no messages
Room initialSync
Room initialSync with limit=0 gives no messages
Read receipts are visible to /initialSync
Newly created users see their own presence in /initialSync (SYT-34)
Guest user calling /events doesn't tightloop
Guest user cannot call /events globally
!53groups