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

Draft: Test that /messages works on remote homeserver and can be backfilled properly after many batches (MSC2716) #214

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    8099f47 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    094c5f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. v4 room version

    MadLittleMods committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e30bcd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    1e333d6 View commit details
    Browse the repository at this point in the history
  2. Cleanup tests

    MadLittleMods committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2022b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d325349 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    2fe5180 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    MadLittleMods committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0604564 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into madlittlemods/test-backfill-and-messages-s…

    …till-works-with-many-batches
    MadLittleMods committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    83adbe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aba836 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    ffbca43 View commit details
    Browse the repository at this point in the history
  2. Re-use JSONArrayEach

    See #214 (comment)
    
    Since we don't return early when we find everything in the expected event list,
    this also had the weird side-effect of finding that when the historical
    event chain is connected to the insertion event, it doesn't show up beteween
    batches, but it does appear before the creation event. (see https://github.com/matrix-org/synapse/pull/11243/files#discussion_r760753854)
    MadLittleMods committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    37109fa View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge branch 'master' into madlittlemods/test-backfill-and-messages-s…

    …till-works-with-many-batches
    
    Conflicts:
    	tests/msc2716_test.go
    MadLittleMods committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    cc7236b View commit details
    Browse the repository at this point in the history
  2. v4 was never merged

    MadLittleMods committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4c8284a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into madlittlemods/test-backfill-and-messages-s…

    …till-works-with-many-batches
    
    Conflicts:
    	tests/msc2716_test.go
    MadLittleMods committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9b90429 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Merge branch 'master' into madlittlemods/test-backfill-and-messages-s…

    …till-works-with-many-batches
    
    Conflicts:
    	tests/msc2716_test.go
    MadLittleMods committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    677836b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge branch 'main' into madlittlemods/test-backfill-and-messages-sti…

    …ll-works-with-many-batches
    MadLittleMods committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    85eb7bd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge branch 'main' into madlittlemods/test-backfill-and-messages-sti…

    …ll-works-with-many-batches
    MadLittleMods committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3532821 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge branch 'main' into madlittlemods/test-backfill-and-messages-sti…

    …ll-works-with-many-batches
    
    Conflicts:
    	tests/msc2716_test.go
    MadLittleMods committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1667e15 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge branch 'main' into madlittlemods/test-backfill-and-messages-sti…

    …ll-works-with-many-batches
    MadLittleMods committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0589546 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Update test name

    MadLittleMods committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    606197a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Changes and debugging

    MadLittleMods committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d679384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230c46e View commit details
    Browse the repository at this point in the history