Bug 91697 - test-webkitpy fails running in parallel on win32
Summary: test-webkitpy fails running in parallel on win32
Status: RESOLVED DUPLICATE of bug 91700
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 17:29 PDT by Dirk Pranke
Modified: 2012-07-26 15:28 PDT (History)
5 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-07-18 17:29:08 PDT
e.g.: http://build.webkit.org/builders/Chromium%20Win%20Release%20(Tests)/builds/28355/steps/webkitpy-test/logs/stdio

Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really slow:
    webkitpy.common.checkout.scm.scm_unittest
    (https://bugs.webkit.org/show_bug.cgi?id=31818; use --all to include)

Skipping tests in the following modules or packages because they fail horribly on win32:
    webkitpy.common.checkout
    webkitpy.common.config
    webkitpy.tool
    (https://bugs.webkit.org/show_bug.cgi?id=54526; use --all to include)

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
  File "c:\Python26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named test-webkitpy
Comment 1 Dirk Pranke 2012-07-26 15:28:18 PDT

*** This bug has been marked as a duplicate of bug 91700 ***