-
Notifications
You must be signed in to change notification settings - Fork 52
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
Test that Synapse will purge a room during resync #608
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test looks good. Thanks for picking this up!
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
There is a problem with this test: the partial state infrastructure in complement checks to see that a partial state has succeeded by querying /members. But that will fail after the room has been purged. Will think on this tomorrow. |
And ensure we don't flake in the style of matrix-org/synapse#13975
Thanks Sean for talking this over with me this morning. Could you take another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
See matrix-org/synapse#15068.
IDK if we want Synapse-specific tests in Synapse, but short of #226 I think this is the least-bad option.