mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
ce2bfc3f2e
When using `testrig.CreateBase` and then using that base for other `NewInternalAPI` calls, we never actually shutdown the components. `testrig.CreateBase` returns a `close` function, which only removes the database, so still running components have issues connecting to the database, since we ripped it out underneath it - which can result in "Disk I/O" or "pq deadlock detected" issues. |
||
---|---|---|
.. | ||
testrig | ||
wasm | ||
db.go | ||
event.go | ||
http.go | ||
keyring.go | ||
keys.go | ||
room.go | ||
slice.go | ||
user.go |