RESOLVED DUPLICATE of bug 54520 54651
test-webkitpy is timing out on apple-windows-5
https://bugs.webkit.org/show_bug.cgi?id=54651
Summary test-webkitpy is timing out on apple-windows-5
Adam Roben (:aroben)
Reported 2011-02-17 06:52:11 PST
test-webkitpy is timing out on apple-windows-5. See the URL for an example. Interestingly, it is not timing out on apple-windows-6, which is our other Windows 7 Release (Tests) slave. One difference can be seen in the test-webkitpy output: apple-windows-5 is using Python 2.6.5, while apple-windows-6 is using some Python 2.5.x version. Perhaps this is the cause of the failure?
Attachments
Adam Roben (:aroben)
Comment 1 2011-02-17 06:57:33 PST
Dirk Pranke
Comment 2 2011-02-17 12:30:36 PST
Yes, quite likely. We will skip over the tests that use the multiprocessing module if you're running 2.5, and it looks like that is the test that is hanging. I'm not too surprised by this; test-webkitpy won't run multiprocessing tests in win32 correctly yet, and so I wouldn't be surprised if there were issues under cygwin as well. See bug 54520.
Dirk Pranke
Comment 3 2011-02-17 12:31:22 PST
I think our best bet is to land the patches I posted to 54520 and then see what things look like. I will be breaking them up and posting them for review this afternoon.
Dirk Pranke
Comment 4 2011-02-17 17:28:26 PST
closing as a duplicate of 54520. Let's reopen this if that things still hang after that. *** This bug has been marked as a duplicate of bug 54520 ***
Note You need to log in before you can comment on or make changes to this bug.