diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-24 10:50:28 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-24 10:56:36 +0000 |
commit | a46e5ef6216ca8c6023593c6c24dfb62be49df10 (patch) | |
tree | c34073382e55d8b26f11275e58bd0dc41afe7b3f /tests | |
parent | typos (diff) | |
download | synapse-a46e5ef6216ca8c6023593c6c24dfb62be49df10.tar.xz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_base.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/storage/test_base.py b/tests/storage/test_base.py |