mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00

- Only have a single database for all tests, like CI. - Calling `PrepareDBConnectionString` drops all tables before returning the string. - Tests must be run with no concurrency else they will step on each other due to the previous point. This should prevent cases where local tests pass but CI fails.