Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deflake faster joins tests by leaving rooms as part of test cleanup #626

Merged
merged 3 commits into from
Mar 15, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    d6e3cb0 View commit details
    Browse the repository at this point in the history
  2. Replace HandleTransactionRequests usage with list of callbacks

    This will allow test setup and teardown to expect PDUs and EDUs
    independently of tests. In a future commit, test teardown will leave
    rooms as part of cleanup and expect to see a corresponding leave event.
    Sean Quah committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b9c24c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Leave rooms in test cleanup

    Make the homeserver under test leave test rooms at the end of each test,
    so that it stops trying to contact other homeservers in the room.
    
    Signed-off-by: Sean Quah <seanq@matrix.org>
    Sean Quah committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0543eb7 View commit details
    Browse the repository at this point in the history