[Webkit-unassigned] [Bug 187283] New: [WinCairo] httpd service install needs to precede server start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 18:34:33 PDT 2018


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

            Bug ID: 187283
           Summary: [WinCairo] httpd service install needs to precede
                    server start
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ross.kirsling at sony.com
                CC: lforschler at apple.com

https://trac.webkit.org/r229469 introduced an `httpd -k install` step, which is needed before running HTTP tests from Windows command prompt.

Unfortunately, this step was added as an override to to Port.check_httpd, which is called (via Port.check_sys_deps) *after* Port.start_http_server.

As such, a test bot that has not manually run `httpd -k install` in advance will never reach it:
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Release%20%28Tests%29/builds/451/steps/layout-test/logs/stdio

We should override Port.start_http_server instead.

-- 
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/20180703/9dc09a3a/attachment.html>


More information about the webkit-unassigned mailing list