-
Notifications
You must be signed in to change notification settings - Fork 56
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
Email tests fail with "Error sending threepid validation email to [email protected]" #1048
Comments
I think it's to do with |
Yep, all tests pass with:
Related: matrix-org/synapse#7720 |
that's odd.
|
It might be that my networking isn't set up quite correctly. If I do
|
@govynnus Do you have:
in your |
Yep. |
Is it worth trying to make Sytest listen on IPv4, or should we just track this in matrix-org/synapse#7720? |
If matrix-org/synapse#7720 is the only reason for the failure, I would rather see that fixed. |
The upstream Synapse bug (matrix-org/synapse#7720) has been fixed. I'm going to close this with the assumption that it has fixed the sytest issue. If this is still seen when running sytest, please reopen. |
The following tests seem to fail when running on some people's local machines:
Can register using an email address
Can login with 3pid and password using m.login.password
After deactivating account, can't log in with an email
These tests run fine in CI, but locally they fail with the following stacktrace in Synapse's log:
It appears that Synapse is unable to send an email through the fake SMTP server that Sytest spins up. I'm not sure whether this is due to the SMTP server failing to start/listen for connections (perhaps I'm missing a Perl or Python dependency?), or an issue with Synapse's configuration.
cc @richvdh as I believe he wrote the SMTP server impl. for sytest.
The text was updated successfully, but these errors were encountered: