[Webkit-unassigned] [Bug 9409] New: run-webkit-test should handle multiple simultaneous runs of the layout tests gracefully

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 11 21:23:57 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9409

           Summary: run-webkit-test should handle multiple simultaneous runs
                    of the layout tests gracefully
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at bdash.net.nz


Currently the HTTP tests prevent multiple simultaneous run-webkit-tests from
behaving as expected.  The minimum that is required is for one copy of the
layout tree per source tree to run at a time.  This will remove some sporadic
failures seen on the buildbot slaves.

There are two core issues involved:

1. All instances of the test will default to port 8000.  It would be better to
pick any free port number and make use of it.
2. The httpd process ID is stored in a global file.  This should be stored per
source tree, probably in the build directory.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list