| Issue 1069: | Gerrit sends redundant e-mails when code reviews are submitted | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.2.1 What steps will reproduce the problem? # export CHANGE_AND_PATCHSET="41,1" #ssh gerrit gerrit review $CHANGE_AND_PATCHSET --code-review 0 -m "Test" # ssh gerrit gerrit review $CHANGE_AND_PATCHSET --code-review 0 Having invoke these commands, I'd expect to receive one e-mail, containing the "Test" comment. If I look at the web view, I observe this one comment there. However as the owner of this change, I receive two e-mails. One containing the comment, as expected, and another suggesting that a comment has been added -- but with no useful content. -----------First e-mail BEGINS----- Jenkins Automated Test has posted comments on this change. Change subject: Support 'slow'/queued data tranfers ...................................................................... Patch Set 1: Test -- Gerrit-MessageType: comment Gerrit-Change-Id: I073761c8382e4695eac0c49373a44a9a6be6bb63 Gerrit-PatchSet: 1 Gerrit-Project: lodestone Gerrit-Branch: master Gerrit-Owner: James Mulcahy <WITHHELD> Gerrit-Reviewer: Ian Boden <WITHHELD> Gerrit-Reviewer: James Mulcahy <WITHHELD> Gerrit-Reviewer: Jenkins Automated Test -----------Second e-mail BEGINS----- Jenkins Automated Test has posted comments on this change. Change subject: Support 'slow'/queued data tranfers ...................................................................... -- Gerrit-MessageType: comment Gerrit-Change-Id: I073761c8382e4695eac0c49373a44a9a6be6bb63 Gerrit-PatchSet: 1 Gerrit-Project: lodestone Gerrit-Branch: master Gerrit-Owner: James Mulcahy <WITHHELD> Gerrit-Reviewer: Ian Boden <WITHHELD> Gerrit-Reviewer: James Mulcahy <WITHHELD> Gerrit-Reviewer: Jenkins Automated Test
Jul 27, 2011
https://review.source.android.com/24874
Oct 23, 2012
Never check this kind of email but instead I use gerrit search function to check all the commits I pushed. Like using owner:someone |
|
| ► Sign in to add a comment |
Owner: mf...@codeaurora.org