0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-11 21:49:12 +02:00
dendrite/test/testrig
Till ce2bfc3f2e
Make tests more reliable (#2948)
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.
2023-01-20 12:45:56 +01:00
..
base.go Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00
jetstream.go