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

Remove obsolete RoomEventsStoreTestCase #13200

Merged
merged 3 commits into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. RoomEventsStoreTestCase cannot call get_event_factory method

    This method does not exist in `HomeServer` since version `v0.6.0`, where
    it was removed in commit 3c77d13 - `Kill off synapse.api.events.*`.
    The method was basically replaced with `get_event_builder_factory`
    before mentioned removal, except this one place, most probably because
    all tests are prefixed with `STALE_` and therefore they are silently
    skipped. They were moved to `STALE_` in version `v0.5.0` in commit
    2fcce3b - `Remove stale tests`.
    
    Tests from `RoomEventsStoreTestCase` class are not used for last 8
    years, I believe the best would be to remove them entirely.
    
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    arkamar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8ea44e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c3d36 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    arkamar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    deb379e View commit details
    Browse the repository at this point in the history