forked-synapse/tests
Mark Haines 0a7d3cd00f Create separate methods for getting messages to push
for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.
2016-07-28 20:24:24 +01:00
..
api Record device_id in client_ips 2016-07-20 16:41:03 +01:00
appservice
config
crypto
events
handlers Add create_requester function 2016-07-26 16:46:53 +01:00
metrics
replication Add create_requester function 2016-07-26 16:46:53 +01:00
rest Add create_requester function 2016-07-26 16:46:53 +01:00
storage Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
util
__init__.py
test_distributor.py
test_dns.py
test_state.py
test_test_utils.py
test_types.py
unittest.py Slightly saner logging for unittests 2016-07-25 12:12:47 +01:00
utils.py Add create_requester function 2016-07-26 16:46:53 +01:00