Closed Bug 1176321 Opened 9 years ago Closed 9 years ago

Better indicators for review states

Categories

(MozReview Graveyard :: General, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dminor, Assigned: smacleod)

References

Details

Attachments

(4 files)

We'll need to develop a user interface in Mozreview for the Autoland to "inbound" (where "inbound" may be a tree other than mozilla-inbound, see bug 1170861) feature.

One consideration is how much logic we want to put into Mozreview about whether the Autoland request can be made. At a minimum, we'll want to ensure that every revision to be landed has received a "ship it".

Since we track Try requests made through Mozreview, we could also put logic here about ensuring that a Try run has occurred for each revision to be landed. The user would then have control over exactly what is tested on Try prior to landing. This can conserve resources, but increase the chance of breakage on landing.

An alternative is to have Autoland request a Try run on the user's behalf and wait for it to succeed prior to attempting to land to an integration branch. In the future, Autoland could potentially use logic from a source like SETA to intelligently choose tests to run to conserve resources.

A third alternative is to combine both, ensuring the user has had some Try coverage on each revision to be landed prior to having Autoland schedule a full Try run prior to landing.
I missed the obvious, that we'll also need to check that the user is a member of the proper LDAP group to be able to land to central.
Based on a discussion with some of the sheriff team today, we've come up with an initial plan for a policy for this, largely based on how "check-in needed" currently works:
* We'll require that either the reviewee or at least one of the reviewers has L3 access in order to be able to autoland to inbound.
* We'll enforce that at least one Try run has been made prior to landing. Interpreting the Try results will be left to humans, the tool won't enforce that the Try run be green or that minimum test coverage has been met.

Some other ideas that were discussed:
* If we can get intelligent selection of tests for a Try run working (e.g. bug 1159869) it would be nice to automatically trigger Try runs when the review is published rather than waiting for a human to do this.
* It would also be nice to not ping people for review until the Try run is complete
* Once we can ingest moz.build metadata for suggested reviewers we could gate on review from module owner or peers rather than just reviewee/reviewer L3 access.
Assignee: nobody → smacleod
Status: NEW → ASSIGNED
Priority: -- → P1
mozreview: include approval in review request dump (Bug 1176321). r?dminor

Future commits will introduce changes to approval calculation. In order
to test these changes, and show how approval changed with them, we will
start including approval state when dumping review requests.
Attachment #8652102 - Flags: review?(dminor)
mozreview: add mach command for associating ldap emails (Bug 1176321). r?dminor

In order to test interactions for users with scm levels we add a command
to associate their ldap email. This allows us to test the interactions
without having the user push.
Attachment #8652103 - Flags: review?(dminor)
mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

In order to restrict landing to reviewed requests we implement an
approval hook which verifies proper review has taken place. This will
allow checking if a review request may land by looking at the boolean
"approval" field on the review request object / resource.
Attachment #8652104 - Flags: review?(mdoglio)
Attachment #8652104 - Flags: review?(gps)
Attachment #8652104 - Flags: review?(dminor)
Depends on: 1198086
Comment on attachment 8652102 [details]
MozReview Request: mozreview: include approval in review request dump (Bug 1176321). r?dminor

https://reviewboard.mozilla.org/r/17077/#review15223

Ship It!
Attachment #8652102 - Flags: review?(dminor) → review+
Comment on attachment 8652103 [details]
MozReview Request: mozreview: add mach command for associating ldap emails (Bug 1176321). r?dminor

https://reviewboard.mozilla.org/r/17079/#review15229

::: testing/vcttesting/reviewboard/mach_commands.py:522
(Diff revision 1)
> +        from rbtools.api.errors import APIError

Unused import

::: testing/vcttesting/reviewboard/mach_commands.py:523
(Diff revision 1)
> +        root = self._get_root(username="mozreview", password="password")

Please add a comment explaining which user this is.
Attachment #8652103 - Flags: review?(dminor)
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

https://reviewboard.mozilla.org/r/17081/#review15261

Ship It!
Attachment #8652104 - Flags: review?(mdoglio) → review+
Attachment #8652104 - Flags: review?(dminor)
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

https://reviewboard.mozilla.org/r/17081/#review15251

::: hgext/reviewboard/tests/test-review-request-approval.t:12
(Diff revision 1)
> +Create both an l3 and l1 user so we can't test approval in each case

should be "can test approval in each case" ?

::: hgext/reviewboard/tests/test-review-request-approval.t:17
(Diff revision 1)
> +  $ rbmanage dump-user level3 > /dev/null

Please add a comment indicating what the desired side-effect of this operation is, or add a "populate-user" mach command so that this is more readable.

::: pylib/mozreview/mozreview/hooks.py:61
(Diff revision 1)
> +            # private or something has gone seriously wrong.

if it's not private, we should log something here.

::: pylib/mozreview/mozreview/hooks.py:77
(Diff revision 1)
> +

Please add a comment explaining that we are only looking for a single valid "Ship It!" and it's up to the user to decide whether they want to wait for "Ship It!"'s from the other reviewers.

::: pylib/mozreview/mozreview/hooks.py:159
(Diff revision 1)
> +            return True

One possibility would be to return the review here instead of True, we could then use this function when autolanding to log exactly which review we based the decision to autoland on, which might be nice information to have given your timing concerns above.
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

https://reviewboard.mozilla.org/r/17081/#review15365

::: hgext/reviewboard/tests/test-review-request-approval.t:34
(Diff revision 1)
> +  $ hg --config bugzilla.username=l1a@example.com push > /dev/null

This will get bitrotted by the switch to API keys.

::: pylib/mozreview/mozreview/hooks.py:14
(Diff revision 1)
>  class MozReviewApprovalHook(ReviewRequestApprovalHook):

I had to look up the purpose of ReviewRequestApprovalHook when reviewing this. Could you add a comment saying this flag is exposed on review requests via the API to determine whether a review request is fit for landing?

::: pylib/mozreview/mozreview/hooks.py:155
(Diff revision 1)
> +        if review.timestamp <= diffset_history.last_diff_updated:

This relies on system clocks, which are notoriously unreliable. I don't suppose there is an auto-incrementing primary key in the database we can use instead?
Attachment #8652104 - Flags: review?(gps)
https://reviewboard.mozilla.org/r/17081/#review15365

> This relies on system clocks, which are notoriously unreliable. I don't suppose there is an auto-incrementing primary key in the database we can use instead?

There is nothing of the sort we can use. This ordering is what Review Board displays in the UI (with the list of reviews and changedescriptions), so at least we'll be consistent with what is displayed.
Comment on attachment 8652103 [details]
MozReview Request: mozreview: add mach command for associating ldap emails (Bug 1176321). r?dminor

mozreview: add mach command for associating ldap emails (Bug 1176321). r?dminor

In order to test interactions for users with scm levels we add a command
to associate their ldap email. This allows us to test the interactions
without having the user push.
Attachment #8652103 - Flags: review?(dminor)
Attachment #8652104 - Flags: review?(gps)
Attachment #8652104 - Flags: review?(dminor)
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

In order to restrict landing to reviewed requests we implement an
approval hook which verifies proper review has taken place. This will
allow checking if a review request may land by looking at the boolean
"approval" field on the review request object / resource.
mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

Now that we generate approval information for each review request we can
use this to show a status icon for each commit. This replaces the old
count of all ship-its on a review request which used to be displayed.

I chose to use r+ and r? to indicate approved / not approved since
Mozillians are familiar with that concept. While the semantics of
MozReview's approval don't match r+/? it should be an improvement
over the current status and we can iterate.
Attachment #8653018 - Flags: review?(mdoglio)
Attachment #8653018 - Flags: review?(dminor)
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

Now that we generate approval information for each review request we can
use this to show a status icon for each commit. This replaces the old
count of all ship-its on a review request which used to be displayed.

I chose to use r+ and r? to indicate approved / not approved since
Mozillians are familiar with that concept. While the semantics of
MozReview's approval don't match r+/? it should be an improvement
over the current status and we can iterate.
Comment on attachment 8652103 [details]
MozReview Request: mozreview: add mach command for associating ldap emails (Bug 1176321). r?dminor

https://reviewboard.mozilla.org/r/17079/#review15419

Ship It!
Attachment #8652103 - Flags: review?(dminor) → review+
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

https://reviewboard.mozilla.org/r/17341/#review15425
Attachment #8653018 - Flags: review?(dminor)
Attachment #8653018 - Flags: review+
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

https://reviewboard.mozilla.org/r/17341/#review15427

Ship It!
Blocks: 1198915
Summary: Mozreview UI for Autoland to "inbound" → Better indicators for review states
No longer blocks: 1128039
No longer depends on: 1198086
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

https://reviewboard.mozilla.org/r/17081/#review15429

Ship It!
Attachment #8652104 - Flags: review?(dminor) → review+
Comment on attachment 8652104 [details]
MozReview Request: mozreview: implement autoland criteria as an approval hook (Bug 1176321). r?dminor r?gps r?mdoglio

https://reviewboard.mozilla.org/r/17081/#review15431

Ship It!
Attachment #8652104 - Flags: review?(gps) → review+
Attachment #8653018 - Flags: review?(mdoglio) → review+
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

https://reviewboard.mozilla.org/r/17341/#review15433

Ship It!
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

https://reviewboard.mozilla.org/r/17341/#review15435
Attachment #8653018 - Flags: review+
Comment on attachment 8653018 [details]
MozReview Request: mozreview: display approval information in the commits table (Bug 1176321). r?dminor r?mdoglio

https://reviewboard.mozilla.org/r/17341/#review15437

Ship It!
Attachment #8653018 - Flags: review+
Product: Developer Services → MozReview
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: