diff options
author | Erik Johnston <erikj@jki.re> | 2018-02-26 14:45:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 14:45:40 +0000 |
commit | e5b4a208ced9df795e1944cda79846690530eac7 (patch) | |
tree | 5bd57b753d84383966b9f14346ade11faae9e168 /tests | |
parent | Merge pull request #2894 from matrix-org/erikj/handle_unpersisted_events_push (diff) | |
parent | Update comments (diff) | |
download | synapse-e5b4a208ced9df795e1944cda79846690530eac7.tar.xz |
Merge pull request #2892 from matrix-org/erikj/batch_inserts_push_actions
Batch inserts into event_push_actions_staging
Diffstat (limited to 'tests')
-rw-r--r-- | tests/replication/slave/storage/test_events.py | 10 | ||||
-rw-r--r-- | tests/storage/test_event_push_actions.py | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py |