Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix HomeServers leaking during trial test runs #15630

Merged
merged 3 commits into from
May 19, 2023

Commits on May 18, 2023

  1. Fix HomeServers leaking after tests that touch inbound federation

    Signed-off-by: Sean Quah <seanq@matrix.org>
    Sean Quah committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3b305de View commit details
    Browse the repository at this point in the history
  2. Fix HomeServers 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>
    Sean Quah committed May 18, 2023
    Configuration menu
    Copy the full SHA
    cc480e1 View commit details
    Browse the repository at this point in the history
  3. Add newsfile

    Sean Quah committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8e94932 View commit details
    Browse the repository at this point in the history