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. /upgrade creates a new room
  6. The only membership state included in an initial sync is for all the senders in the timeline
  7. Local device key changes get to remote servers
  8. If remote user leaves room we no longer receive device updates
  9. Forgotten room messages cannot be paginated
  10. Inbound federation can get public room list
  11. Members from the gap are included in gappy incr LL sync
  12. Leaves are present in non-gapped incremental syncs
  13. Old leaves are present in gapped incremental syncs
  14. User sees updates to presence from other users in the incremental sync.
  15. Gapped incremental syncs include all state changes
  16. Old members are included in gappy incr LL sync if they start speaking
  17. # new failures as of https://github.com/matrix-org/sytest/pull/732
  18. Device list doesn't change if remote server is down
  19. Remote servers cannot set power levels in rooms without existing powerlevels
  20. Remote servers should reject attempts by non-creators to set the power levels
  21. # https://buildkite.com/matrix-dot-org/synapse/builds/6134#6f67bf47-e234-474d-80e8-c6e1868b15c5
  22. Server correctly handles incoming m.device_list_update
  23. # this fails reliably with a torture level of 100 due to https://github.com/matrix-org/synapse/issues/6536
  24. Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state