synapse/tests
Erik Johnston 918a5055ff Use fractions for ordering of chunks
Using floats turned out to be a bad idea, as it broke subtely if the
needed precision was too large. This PR replaces the implementation with
one that uses fractions and stores them in the database as two integers.
2018-06-05 16:40:16 +01:00
..
api use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
appservice Fix a couple of logcontext leaks in unit tests 2018-05-02 15:46:22 +01:00
config Make tests py3 compatible 2018-04-16 00:39:32 +02:00
crypto Make tests py3 compatible 2018-04-16 00:39:32 +02:00
events Optimise state resolution 2017-01-17 13:22:19 +00:00
handlers Fix tests 2018-04-11 14:37:11 +01:00
metrics Escape label values in prometheus metrics 2018-05-02 16:52:42 +01:00
replication s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
rest Fix logcontext leak in HttpTransactionCache 2018-05-21 16:58:20 +01:00
storage Use fractions for ordering of chunks 2018-06-05 16:40:16 +01:00
util Use fractions for ordering of chunks 2018-06-05 16:40:16 +01:00
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_distributor.py Make tests py3 compatible 2018-04-16 00:39:32 +02:00
test_dns.py Remove address resolution of hosts in SRV records 2018-04-04 12:26:50 +02:00
test_preview.py Fix crash in url preview when html tag has no text 2016-12-14 22:38:18 +01:00
test_state.py Store state groups separately from events (#2784) 2018-02-06 14:31:24 +00:00
test_test_utils.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_types.py Validate group ids when parsing 2017-10-21 00:30:39 +01:00
unittest.py enable twisted delayedcall debugging in UTs 2018-01-09 12:06:45 +00:00
utils.py Reject attempts to send event before privacy consent is given 2018-05-22 12:00:47 +01:00