forked-synapse/tests
Richard van der Hoff 43e02c409d Disable partial state group caching for wildcard lookups
When _get_state_for_groups is given a wildcard filter, just do a complete
lookup. Hopefully this will give us the best of both worlds by not filling up
the ram if we only need one or two keys, but also making the cache still work
for the federation reader usecase.
2018-06-22 11:52:07 +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 Pass around the reactor explicitly (#3385) 2018-06-22 09:37:10 +01:00
events Optimise state resolution 2017-01-17 13:22:19 +00:00
handlers Fix tests 2018-04-11 14:37:11 +01:00
replication s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
rest Pass around the reactor explicitly (#3385) 2018-06-22 09:37:10 +01:00
storage fix tests 2018-05-29 20:19:29 +01:00
util Disable partial state group caching for wildcard lookups 2018-06-22 11:52:07 +01:00
__init__.py replacing portions 2018-05-21 19:47:37 -05:00
test_distributor.py Remove run_on_reactor (#3395) 2018-06-14 18:27:37 +10:00
test_dns.py fix dumb typo 2018-05-29 02:23:11 +01:00
test_event_auth.py remove spurious debug 2018-06-14 14:20:53 +01: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 Fix broken unit test 2018-06-14 14:21:29 +01: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 Put python's logs into Trial when running unit tests (#3319) 2018-06-04 16:06:06 +10:00
utils.py Pass around the reactor explicitly (#3385) 2018-06-22 09:37:10 +01:00