summary refs log tree commit diff
path: root/tests/replication/slave
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2022-03-11 11:26:03 -0500
committerPatrick Cloke <patrickc@matrix.org>2022-03-11 11:26:03 -0500
commite0b60a9b4ef773ef0ea258da20f5f57b4bc0185f (patch)
tree5b1f7e5c74631014ab276207eb82fd325497b1ca /tests/replication/slave
parenttemp (diff)
downloadsynapse-github/clokep/test-redis.tar.xz
Diffstat (limited to 'tests/replication/slave')
-rw-r--r--tests/replication/slave/storage/test_events.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py

index 4e9ac3727a..da6ec8a12c 100644 --- a/tests/replication/slave/storage/test_events.py +++ b/tests/replication/slave/storage/test_events.py
@@ -252,7 +252,8 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase): # limit the replication rate from server -> client. print(len(self._redis_transports)) - print(self._redis_transports) + for x in self._redis_transports: + print(f"\t{x}") assert len(self._redis_transports) == 1 for _, repl_transport in self._redis_transports: assert isinstance(repl_transport, FakeTransport)