summary refs log tree commit diff
path: root/.buildkite/worker-blacklist
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-07-23 01:05:00 +1000
committerErik Johnston <erik@matrix.org>2019-07-22 16:05:00 +0100
commit0d0f6d12bc84b106ac83ecf824bd722a08070b78 (patch)
treed5d101573f71758b8bce0b5586299c0e0cf6c0c5 /.buildkite/worker-blacklist
parentMerge pull request #5730 from matrix-org/erikj/cache_versions (diff)
downloadsynapse-0d0f6d12bc84b106ac83ecf824bd722a08070b78.tar.xz
Fix logging in workers (#5729)
This also adds a worker blacklist.
Diffstat (limited to '.buildkite/worker-blacklist')
-rw-r--r--.buildkite/worker-blacklist28
1 files changed, 28 insertions, 0 deletions
diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist
new file mode 100644
index 0000000000..a211ed7b18
--- /dev/null
+++ b/.buildkite/worker-blacklist
@@ -0,0 +1,28 @@
+# This file serves as a blacklist for SyTest tests that we expect will fail in
+# Synapse when run under worker mode. For more details, see sytest-blacklist.
+
+Message history can be paginated
+
+m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users
+
+m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users
+
+Can re-join room if re-invited
+
+/upgrade creates a new room
+
+The only membership state included in an initial sync is for all the senders in the timeline
+
+Local device key changes get to remote servers
+
+If remote user leaves room we no longer receive device updates
+
+Forgotten room messages cannot be paginated
+
+Inbound federation can get public room list
+
+Members from the gap are included in gappy incr LL sync
+
+Leaves are present in non-gapped incremental syncs
+
+Old leaves are present in gapped incremental syncs
\ No newline at end of file