Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Invalid email in a profile causes server error and doesn't add comment #21
Comments
|
I suspect this is a Roundup issue and should therefore be reported upstream, but I didn't have time to reproduce and investigate the issue yet. |
When a user has an invalid email in their profile then while adding a comment in the issue to which they are subscribed tries to send an email to them. The invalid email causes failure which is not handled and I assumes it causes the transaction to rollback adding no comment to the issue but since other webhooks were triggered IRC is notified about the comment. Reporting this here in case someone stumbles upon this issue.
Relevant Zulip stream topic : https://python.zulipchat.com/#narrow/stream/116501-workflow/topic/Is.20adding.20comment.20in.20bpo.20broken.20for.20anyone.3F
cc: @ezio-melotti