[Webkit-unassigned] [Bug 88414] New: [NRWT] the XvfbDriver should chose the next free display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 07:08:19 PDT 2012


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

           Summary: [NRWT] the XvfbDriver should chose the next free
                    display
           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: kkristof at inf.u-szeged.hu


Now the XfvbDriver chose the next display id with these simple way:

running_displays = len(Executive().running_pids(x_filter)) 
display_id = self._worker_number * 2 + running_displays

But if we ran some parallel nrwt's they could choose an already existing display which can cause problems.

-- 
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