0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 17:58:20 +02:00
dendrite/setup/base
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
federation.go Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
sanity_other.go Platform sanity checks (#2271) 2022-03-11 17:27:12 +00:00
sanity_unix.go Attempt to raise the file descriptor limit at startup (#2527) 2022-06-10 10:58:04 +01:00