anonymousland-synapse/tests/storage/databases/main
Richard van der Hoff 96e0cdbc5a
Add a consistency check on events read from the database (#12620)
I've seen a few errors which can only plausibly be explained by the calculated
event id for an event being different from the ID of the event in the
database. It should be cheap to check this, so let's do so and raise an
exception.
2022-05-03 21:27:52 +01:00
..
__init__.py add a cache to have_seen_event (#9953) 2021-06-01 12:04:47 +01:00
test_deviceinbox.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
test_events_worker.py Add a consistency check on events read from the database (#12620) 2022-05-03 21:27:52 +01:00
test_lock.py Add type hints for tests/unittest.py. (#12347) 2022-04-01 16:04:16 +00:00
test_room.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00