Bug 54651
| Summary: | test-webkitpy is timing out on apple-windows-5 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dpranke |
| Priority: | P2 | Keywords: | InRadar, PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| URL: | http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/9469/steps/webkitpy-test/logs/stdio | ||
Adam Roben (:aroben)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/9016938>
Dirk Pranke
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
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
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 ***