NEW79147
starting too many DRTs at once can cause timeouts during new-run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=79147
Summary starting too many DRTs at once can cause timeouts during new-run-webkit-tests
Dirk Pranke
Reported 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.
Attachments
Dirk Pranke
Comment 1 2012-02-21 14:09:36 PST
Filed bug 79148 to not sleep when running the TestPort, so that unit tests are faster ...
Note You need to log in before you can comment on or make changes to this bug.