Closed
Bug 1661063
Opened 4 years ago
Closed 4 years ago
Can't submit large patch (test262 update) without contortions.
Categories
(Conduit :: moz-phab, defect)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1635298
People
(Reporter: mgaudet, Unassigned)
References
Details
Attachments
(1 file)
10.65 KB,
text/plain
|
Details |
I have a large (mechanically generated) patch that I am struggling to get onto phabricator.
The diffstat of the patch: 3125 files changed, 3125 insertions(+), 3125 deletions(-)
Attempt one: moz-phab submit
. Result: Waited over an hour (Bug 1635298) before getting an error (I am sorry; my scrollback buffer was smaller in this terminal than I thought, and I appear to have lost it; something about a JSON decoder?)
Attempt two: moz-phab submit --arc
produces:
[HTTP/504]
<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx</center>
</body>
</html>
(Run with `--trace` for a full exception trace.)
CommandError: command '/home/matthew/.mozbuild/moz-phab/arcanist/bin/arc' failed to complete successfully
Run moz-phab again with '--trace' to show debugging output
Sentry is attempting to send 0 pending error messages
Re-running with --trace
is attached.
$ moz-phab --version
MozPhab (0.1.90)
Reporter | ||
Comment 1•4 years ago
|
||
After writing this up, I found the related Bug 1517247; submitting with moz-phab submit --arc --less-context
seems to have done it.
Summary: Can't submit large patch (test262 update) → Can't submit large patch (test262 update) without contortions.
You need to log in
before you can comment on or make changes to this bug.
Description
•