-
Notifications
You must be signed in to change notification settings - Fork 55
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
Old leaves are present in gapped incremental syncs
is flakey
#1037
Labels
Z-Flaky
Tests which seem to fail at random
Comments
richvdh
added a commit
that referenced
this issue
Sep 22, 2021
Hopefully, deflake this, by making sure that all of Bob's events hit the synchrotron before trying to sync from Alice. Fixes #1037
richvdh
added a commit
that referenced
this issue
Sep 22, 2021
Hopefully, deflake this, by making sure that all of Bob's events hit the synchrotron before trying to sync from Alice. Fixes #1037
richvdh
added a commit
that referenced
this issue
Sep 22, 2021
Hopefully, deflake this, by making sure that all of Bob's events hit the synchrotron before trying to sync from Alice. Fixes #1037
richvdh
added a commit
that referenced
this issue
Sep 22, 2021
* Deflake `Old leaves are present in gapped incremental syncs` Hopefully, deflake this, by making sure that all of Bob's events hit the synchrotron before trying to sync from Alice. Fixes #1037 * Deflake `Gapped incremental syncs include all state changes` Give this one the same treatment. Fixes #1043. * Deflake `Leaves are present in non-gapped incremental syncs` Another case of the same. Fixes #1045 * Update `The only membership state in initial sync`... This is non-functional, just a cleanup: * use `send_filler_messags_synced` instead of a loop * use `check_filler_event` instead of a local definition * fix a warning `Use of uninitialized value in numeric eq (==)` * use `die` instead of `croak`, given we want to log the right line number. * Use `matrix_send_filler_messages_synced` elsewhere ... for consistency, and because it's shorter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://buildkite.com/matrix-dot-org/synapse/builds/16951#d131cd2c-199d-4e48-9709-452e63fea61e
The text was updated successfully, but these errors were encountered: