[Webkit-unassigned] [Bug 78168] New: run_webkit_tests_integrationtest.py depends on being able to share a port w/ between master and worker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 15:40:26 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78168

           Summary: run_webkit_tests_integrationtest.py depends on being
                    able to share a port w/ between master and worker
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: eric at webkit.org, tony at chromium.org, abarth at webkit.org,
                    ojan at chromium.org


Some of the integration tests in run_webkit_tests_integrationtest.py depend on being able to pass data back and forth in shared memory between 'manager' and 'worker'; this only happens to work when we have inline workers, and this causes complications in the manager_worker_broker interface (because we need to pass the shared host and port back and forth).

These tests should be rewritten to either be true unit tests or to be proper black-box integration tests that don't rely on custom ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list