0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-04 17:03:52 +01:00
synapse/tests/storage
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects.
This should fix the bug where the edges of the graph get returned in a
different order than they were inserted in, and so no get_event no
longer returned the exact same JSON as was inserted. This meant that
signature checks failed.
2014-11-24 10:56:36 +00:00
..
__init__.py
test_base.py
test_directory.py
test_presence.py
test_profile.py
test_redaction.py
test_registration.py
test_room.py
test_roommember.py
test_stream.py
TESTS_NEEDED_FOR