-
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
Suspected flake: Inbound federation redacts events from erased users
#1203
Comments
Couldn't reproduce on Synapse v1.53. Bisecting shows that this was introduced by matrix-org/synapse@dc9fe61 (matrix-org/synapse#11999). So maybe this is a Synapse problem rather than a Sytest problem. |
Sytest's output: results.txt When sytest queries the homeserver under test, it first gets an unredacted copy of the event. It tries again with the same result. Thereafter, the HS under test returns 403 forbidden ("host not in room"). Do we need to have a second user on the HS under test join the room? |
the test in question is https://github.com/matrix-org/sytest/blob/develop/tests/50federation/32room-getevent.pl#L44 ... and the test output is:
|
yes, I think so! |
Ensure the HS under test remains in the room so we can query the event which should be redacted. Fixes #1203.
Ensure the HS under test remains in the room so we can query the event which should be redacted. Fixes #1203.
E.g. https://github.com/matrix-org/synapse/runs/5405867110?check_suite_focus=true
I was able to reproduce this locally with
The text was updated successfully, but these errors were encountered: