dendrite/federationapi/routing
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
..
backfill.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
devices.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
eventauth.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00
events.go Tweak federation M_NOT_FOUND errors 2022-10-11 10:48:36 +01:00
invite.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
join.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
keys.go Fix registration for virtual hosting 2022-11-18 13:24:02 +00:00
leave.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
missingevents.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00
openid.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00
peek.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00
profile.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
publicrooms.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
query.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
routing.go Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00
send_test.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
send.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
state.go Tweak federation M_NOT_FOUND errors 2022-10-11 10:48:36 +01:00
threepid.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
version.go Version imprint (#1383) 2020-09-02 16:18:08 +01:00