Bug 91294 - test-webkitpy: run tests in parallel
Summary: test-webkitpy: run tests in parallel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on: 91292
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-13 15:50 PDT by Dirk Pranke
Modified: 2012-07-16 12:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.11 KB, patch)
2012-07-13 15:52 PDT, Dirk Pranke
ojan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-07-13 15:50:09 PDT
test-webkitpy: run tests in parallel
Comment 1 Dirk Pranke 2012-07-13 15:52:32 PDT
Created attachment 152360 [details]
Patch
Comment 2 Ojan Vafai 2012-07-16 11:45:38 PDT
Comment on attachment 152360 [details]
Patch

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

> Tools/ChangeLog:10
> +        This change adds support for running tests in parallel. This is
> +        not yet on by default, since the logging isn't very pretty w/
> +        parallel tests.

Any plans to fix this?
Comment 3 Dirk Pranke 2012-07-16 12:22:30 PDT
(In reply to comment #2)
> (From update of attachment 152360 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=152360&action=review
> 
> > Tools/ChangeLog:10
> > +        This change adds support for running tests in parallel. This is
> > +        not yet on by default, since the logging isn't very pretty w/
> > +        parallel tests.
> 
> Any plans to fix this?

Yup, see bug 91297 which fixes the logging (and is just waiting on this), and then I'll post another patch to change the default once I'm happy that everything is stable.
Comment 4 Dirk Pranke 2012-07-16 12:37:27 PDT
Committed r122750: <http://trac.webkit.org/changeset/122750>