This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
HomeServer
s leaking due to #15334
When the gen-0 GC is run at the end of each test, the `TestCase` object usually still holds references to the `HomeServer` used during the test. As a result, the `HomeServer` gets promoted to gen-1 and then never garbage collected. Fix this by periodically running full GCs. Signed-off-by: Sean Quah <seanq@matrix.org>
- Loading branch information