Bug 243625

Summary: "git webkit pr" fails when commit message body exceeds 65536 characters
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aakash_jain, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 239082    

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