diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-23 11:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 11:32:32 +0100 |
commit | 73bf452666e9e3621fef7759be5ae637477192f2 (patch) | |
tree | 842d353decafe2d9c35d5c81541faed34a9ba9a1 | |
parent | Merge pull request #5738 from matrix-org/erikj/faster_update (diff) | |
parent | Newsfile (diff) | |
download | synapse-73bf452666e9e3621fef7759be5ae637477192f2.tar.xz |
Merge pull request #5740 from matrix-org/erikj/worker_flakey_tests
Mark flakey tests as blacklisted for worker mode
-rw-r--r-- | .buildkite/worker-blacklist | 8 | ||||
-rw-r--r-- | changelog.d/5740.misc | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist index a211ed7b18..8ed8eef1a3 100644 --- a/.buildkite/worker-blacklist +++ b/.buildkite/worker-blacklist @@ -25,4 +25,10 @@ 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 +Old leaves are present in gapped incremental syncs + +User sees updates to presence from other users in the incremental sync. + +Gapped incremental syncs include all state changes + +Old members are included in gappy incr LL sync if they start speaking diff --git a/changelog.d/5740.misc b/changelog.d/5740.misc new file mode 100644 index 0000000000..97a476bef5 --- /dev/null +++ b/changelog.d/5740.misc @@ -0,0 +1 @@ +Blacklist some flakey tests in worker mode. |