dendrite/federationapi
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
..
api Add p2p wakeup broadcast handling to pinecone demos (#2841) 2022-11-18 00:29:23 +00:00
consumers Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
internal Add p2p wakeup broadcast handling to pinecone demos (#2841) 2022-11-18 00:29:23 +00:00
inthttp Enable/Disable internal metrics (#2899) 2022-12-05 13:53:36 +01:00
producers Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
queue Add federation peeking table tests (#2920) 2022-12-22 10:56:20 +01:00
routing Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00
statistics Always initialize statistics server map 2023-01-12 09:23:03 -07:00
storage Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
types Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
federationapi.go Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00
federationapi_keys_test.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
federationapi_test.go Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00