mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
d3cf0730f8
* Optionally use an on-disk sqlite db in tests When debugging a test it is sometimes useful to inspect the state of the DB. This is not easy when the db is in-memory: one cannot attach the sqlite CLI to another process's DB. With this change, if SYNAPSE_TEST_PERSIST_SQLITE_DB is set, we use `_trial_temp/test.db` as our sqlite database. One can then use `sqlite3 _trial_temp/test.db` and query to your heart's content. The DB is destroyed and recreated between different test cases. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> |
||
---|---|---|
.. | ||
.gitignore | ||
11530.bugfix | ||
11587.bugfix | ||
11593.bugfix | ||
11612.misc | ||
11667.bugfix | ||
11672.feature | ||
11682.removal | ||
11685.misc | ||
11693.misc | ||
11699.misc | ||
11701.misc | ||
11702.misc |