mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +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. |
||
---|---|---|
.. | ||
api | ||
consumers | ||
internal | ||
inthttp | ||
producers | ||
queue | ||
routing | ||
statistics | ||
storage | ||
types | ||
federationapi_keys_test.go | ||
federationapi_test.go | ||
federationapi.go |