Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use DROP ... WITH (FORCE) in tests (#108)
Postgres tests very frequently fail because supposedly there's a session still running when dropping the test database (which doesn't make much sense, because closing the only session and THEN dropping the database should be done sequentially in a single future). Single this is becoming increasingly annoying and I don't have any good idea how to fix this properly, and this is only affecting tests, I think it's fine to just do `WITH (FORCE)` and forget about the issue for now.
- Loading branch information