mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-13 23:31:34 +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. |
||
---|---|---|
.. | ||
backfill.go | ||
devices.go | ||
eventauth.go | ||
events.go | ||
invite.go | ||
join.go | ||
keys.go | ||
leave.go | ||
missingevents.go | ||
openid.go | ||
peek.go | ||
profile.go | ||
publicrooms.go | ||
query.go | ||
routing.go | ||
send_test.go | ||
send.go | ||
state.go | ||
threepid.go | ||
version.go |