[Webkit-unassigned] [Bug 182242] New: WebDriver: properly recover w3c tests after a webdriver server crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 08:28:15 PST 2018


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

            Bug ID: 182242
           Summary: WebDriver: properly recover w3c tests after a
                    webdriver server crash
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bburg at apple.com, clopez at igalia.com

When a test makes the webdriver server crash, all other subsequent tests fail because they still try to send messages to the server, gettin connection refused errors all the time. Selenium tests handle this correctly by relaunching the server after every test failure, because other failures even when not crashing the server might leve it in an bad state. WPT runner does the same for test files, it uses a subprocess to run the tests and when any subtest fails, a new subsprocess is used for the following test file. We could do the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180129/8db7fa0f/attachment.html>


More information about the webkit-unassigned mailing list