[Webkit-unassigned] [Bug 214022] New: svn-apply should use verbose mode when adding files to git

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 17:18:01 PDT 2020


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

            Bug ID: 214022
           Summary: svn-apply should use verbose mode when adding files to
                    git
           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: clopez at igalia.com
            Blocks: 213927

In bug 213927 <https://ews.webkit.org/status-bubble/403466/> I noticed some EWS were failing to apply the patch because the command timed out after 10 minutes without output. Example: https://ews-build.webkit.org/#/builders/10/builds/29642

This is because the patch does a bunch of copy operations, which end calling "git" "add" and this is slow and no output its produced for each one of this operations.

This is not an issue with svn, since executing "svn add file" produces output. But git doesn't produce any output by default.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=213927
[Bug 213927] Update WPT tests to 11e6941923 (2020-06-29)
-- 
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/20200707/6fa3d375/attachment-0001.htm>


More information about the webkit-unassigned mailing list