This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Linearizer
uses a different reactor than the homeserver during tests #12841
Open
Description
When there is contention, Linearizer
sleeps upon acquiring a lock and thus needs access to a reactor.
It turns out that the reactor used by Linearizer
is different to the reactor used by the HomeServer
during tests.
There is no Linearizer
contention in our tests, so we don't notice this bug.