Bug 243625 - "git webkit pr" fails when commit message body exceeds 65536 characters
Summary: "git webkit pr" fails when commit message body exceeds 65536 characters
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-08-06 01:33 PDT by Nikolas Zimmermann
Modified: 2022-08-13 01:34 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2022-08-06 01:33:44 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-08-13 01:34:16 PDT
<rdar://problem/98607930>