summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-09-02 15:38:48 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-09-03 13:46:52 +0100
commit86d62322366a74f7fcf6f05b1c13f0e3acd3dc8b (patch)
tree018fecfbb4a3c623391493a4a048e0fde65b6595 /synapse/federation
parentMake sure to print exceptions properly from notifier failures (diff)
downloadsynapse-86d62322366a74f7fcf6f05b1c13f0e3acd3dc8b.tar.xz
Don't eat federation transmit errors during unit tests; fix remote presence EDU-sending test because of this
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/replication.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/replication.py b/synapse/federation/replication.py
index cadf574b3b..564f629594 100644
--- a/synapse/federation/replication.py
+++ b/synapse/federation/replication.py
@@ -628,7 +628,6 @@ class _TransactionQueue(object):
 
             for deferred in deferreds:
                 deferred.errback(e)
-                yield deferred
 
         finally:
             # We want to be *very* sure we delete this after we stop processing