mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-12 12:51:11 +01: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. |
||
---|---|---|
.. | ||
api | ||
consumers | ||
internal | ||
inthttp | ||
producers | ||
queue | ||
routing | ||
statistics | ||
storage | ||
types | ||
federationapi.go | ||
federationapi_keys_test.go | ||
federationapi_test.go |