Bug 45162 - Add a unit test for commit-queue retries
Summary: Add a unit test for commit-queue retries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 20:09 PDT by Eric Seidel (no email)
Modified: 2010-09-02 20:16 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.87 KB, patch)
2010-09-02 20:11 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-09-02 20:09:18 PDT
Add a unit test for commit-queue retries
Comment 1 Eric Seidel (no email) 2010-09-02 20:11:52 PDT
Created attachment 66467 [details]
Patch
Comment 2 Adam Barth 2010-09-02 20:13:47 PDT
Comment on attachment 66467 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=66467&action=prettypatch

> WebKitTools/Scripts/validate-committer-lists:41
> -from webkitpy.scm import Git
> +from webkitpy.common.checkout.scm import Git
It's too bad these external scripts are basically untested.
Comment 3 Eric Seidel (no email) 2010-09-02 20:16:24 PDT
Committed r66707: <http://trac.webkit.org/changeset/66707>