Bug 76910 - [GTK] TestDownloads API test timing out on bots
Summary: [GTK] TestDownloads API test timing out on bots
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-01-24 06:47 PST by Mario Sanchez Prada
Modified: 2017-03-11 11:03 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sanchez Prada 2012-01-24 06:47:36 PST
It's peculiar because it doesn't time out neither in the 64-bit release bot nor in our (Carlos, me) local machines, but it has been consistently timing out in the 32-bit release and 64-bit debug bots for some time already.

So, skipping it for now...
Comment 1 Philippe Normand 2012-03-07 06:32:31 PST
My innocent guess is that the Soup HTTP server takes some time to start on those bots and the test starts too early.

To fix this race the soup server should somehow emit a signal triggering the start of the tests using it. Any hints Sergio?