Page MenuHomePhabricator

Gerrit does not send email when a new patchset is created using the web interface
Open, Needs TriagePublic

Description

Gerrit does not send email when a new patchset is created using the web interface. (I was annoyed about occasionally missing notifications for a long time, and I think I finally realized what's causing it.) It sends email only when it is pushed using Git commands.

For example, on https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ConfirmEdit/+/937981, I did not get any emails about patchset 2 being created (by editing patchset 1 in the web interface), but I got an email about the subsequent comment.

Potentially related upstream issue:

Event Timeline

hashar subscribed.

I have upgraded Gerrit from 3.5.x to 3.6.8 this morning and "maybe" that might have fixed it.

I haven't investigated the root cause of the issue nor whether it has ever worked but that definitely sounds like an upstream bug.

I've actually read the release notes when you announced the upgrade looking for a fix to this, and did not see anything relevant. But I will pay attention and report back if I notice that this works now (or still doesn't).

Does this still not work (gerrit is now on 3.8)?

Does this still not work (gerrit is now on 3.8)?

AIUI the web editor in gerrit is broken since we moved to 3.8, so I don't think we can test yet.

Does this still not work (gerrit is now on 3.8)?

AIUI the web editor in gerrit is broken since we moved to 3.8, so I don't think we can test yet.

If you refresh your cache that should fix it. CodeMirror plugin no longer uses Polymer. There's an issue with cache. The editor works for me.

Just tried it, still not working – I edited https://gerrit.wikimedia.org/r/c/VisualEditor/VisualEditor/+/774399, I have my preferences set up to receive emails about my own actions, but I did not get an email about the new patchset.