Bug 79147 - starting too many DRTs at once can cause timeouts during new-run-webkit-tests
Summary: starting too many DRTs at once can cause timeouts during new-run-webkit-tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: NRWT
Depends on:
Blocks:
 
Reported: 2012-02-21 14:01 PST by Dirk Pranke
Modified: 2017-07-18 08:30 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-02-21 14:01:30 PST
I saw in the past that if we started too many DRTs at once while running parallel tests, the first few tests would time out (probably caused by DRTs thrashing on something while initializing). This led to me putting a time.sleep() into new-run-webkit-tests in between starting workers. I'm filing this bug to track down what's going on, and filing another bug to work around this in a way that won't slow down the unit tests in the meantime.
Comment 1 Dirk Pranke 2012-02-21 14:09:36 PST
Filed bug 79148 to not sleep when running the TestPort, so that unit tests are faster ...