Gerrit does something that I find unexpected and a little confusing.
A patch needs a +2 score for acceptance (note: in our installation we
have the Submit feature turned off). When a reviewer gives a patch a
+2 score, I see a check-mark in the "R" column on the change list
pages. However, if a patch as two (or more) +1 review scores, the "R"
column only shows "+1", not a check-mark.
Is that intentional? I thought two +1 scores should be the same as
one +2 score.
Thanks ~ Pat
PS I'm running 2.1.5
Nope. Gerrit doesn't support summing scores yet.
Ah, okay... but it *does* sum them when deciding whether to show the
Submit button, right?
Nope. See http://gerrit.googlecode.com/svn/documentation/2.1.5/access-control.html#category_CVRW
Basically, in the default config it must have a +2 and no -2.
Basically +/-1 are advisory only.
j.
Ah, okay. Thanks!