worker-blacklist 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # This file serves as a blacklist for SyTest tests that we expect will fail in
  2. # Synapse when run under worker mode. For more details, see sytest-blacklist.
  3. Message history can be paginated
  4. Can re-join room if re-invited
  5. The only membership state included in an initial sync is for all the senders in the timeline
  6. Local device key changes get to remote servers
  7. If remote user leaves room we no longer receive device updates
  8. Forgotten room messages cannot be paginated
  9. Inbound federation can get public room list
  10. Members from the gap are included in gappy incr LL sync
  11. Leaves are present in non-gapped incremental syncs
  12. Old leaves are present in gapped incremental syncs
  13. User sees updates to presence from other users in the incremental sync.
  14. Gapped incremental syncs include all state changes
  15. Old members are included in gappy incr LL sync if they start speaking
  16. # new failures as of https://github.com/matrix-org/sytest/pull/732
  17. Device list doesn't change if remote server is down
  18. Remote servers cannot set power levels in rooms without existing powerlevels
  19. Remote servers should reject attempts by non-creators to set the power levels
  20. # https://buildkite.com/matrix-dot-org/synapse/builds/6134#6f67bf47-e234-474d-80e8-c6e1868b15c5
  21. Server correctly handles incoming m.device_list_update
  22. # this fails reliably with a torture level of 100 due to https://github.com/matrix-org/synapse/issues/6536
  23. Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
  24. Can get rooms/{roomId}/members at a given point