[Webkit-unassigned] [Bug 243625] New: "git webkit pr" fails when commit message body exceeds 65536 characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 01:33:44 PDT 2022


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

            Bug ID: 243625
           Summary: "git webkit pr" fails when commit message body exceeds
                    65536 characters
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zimmermann at kde.org
                CC: aakash_jain at apple.com, jbedard at apple.com

I've tried to create an upstream branch using "git webkit pr" that added hundreds of new pixel test results.
However automatic PR creation failed:

$ git webkit pr
...
 * [new branch]                eng/macOS-Check-in-remaining-pixel-test-results-to-assist-LBSE-development -> eng/macOS-Check-in-remaining-pixel-test-results-to-assist-LBSE-development
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:nikolaszimmermann/WebKit.git
   027340c60ceb..747aaf24c4e9  main -> main
Validation failed when creating pull request
Does a pull request against this branch already exist?
Failed to create pull-request for 'eng/macOS-Check-in-remaining-pixel-test-results-to-assist-LBSE-development'
...

The real issues was that the body of the GitHUB pr exceeded 65536 characters. git webkit pr should be able to shorten on its own, to avoid that issue.

-- 
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/20220806/e47386ff/attachment.htm>


More information about the webkit-unassigned mailing list