| Commit message (Collapse) | Author | Files | Lines |
|
|
|
(#6881)
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
|
|
Specifically some tests for the typing stream, which means we test streams that fetch missing updates via HTTP (rather than via the DB).
We also shuffle things around a bit so that we create two separate `HomeServer` objects, rather than trying to insert a slaved store into places.
Note: `test_typing.py` is heavily inspired by `test_receipts.py`
|
|
|
|
When running the UTs against a postgres deatbase, we need to set the collation
correctly.
|
|
Currently we never write to streams from workers, but that will change soon
|
|
We need to wait for the renewals to finish, so that the metrics are correctly
reported.
|
|
It doesn't seem to be documented anywhere and means that you suddenly start losing metrics without any obvious reason when you go from monolith to workers (e.g. #7312).
|