Closed
Bug 1599596
Opened 6 years ago
Closed 6 years ago
Forcing update a revision without bug is failing
Categories
(Conduit :: moz-phab, defect, P2)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhentges, Assigned: mhentges)
Details
(Keywords: conduit-triaged)
Attachments
(2 files, 1 obsolete file)
To reproduce
- Clone
version-control-tools - Make a change, create a commit associating the change with a bug id, e.g.:
Bug 1592429: testing moz-phab bug - Push the change to phabricator:
moz-phab - Make a new change, create a commit unassociated with a bug, e.g.:
No bug: testing moz-phab bug - Push the change to phabricator:
moz-phab -f - Make a change, amend the commit:
hg amend - Push the change to phabricator:
moz-phab -f
Submitting 2 commits for review:
(D54816) 7333:8a18d05c2d69 No bug: testing moz-phab bug
!! Missing Bug ID
!! Missing reviewers
(D54815) 7330:7f5bd6de72f7 Bug 1592429: testing moz-phab bug
!! Missing reviewers
Ignoring issues found with commits:
7333:8a18d05c2d69 No bug: testing moz-phab bug
- missing bug-id
Automatically submitting (as per submit.auto_submit in ~/.moz-phab-config)
Updating revision D54815:
7330:7f5bd6de72f7 Bug 1592429: testing moz-phab bug
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
SKIP STAGING Phabricator does not support staging areas for this repository.
Updated an existing Differential revision:
Revision URI: https://phabricator.services.mozilla.com/D54815
Included changes:
M hgext/mozext/__init__.py
Updating revision D54816:
7333:8a18d05c2d69 No bug: testing moz-phab bug
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
SKIP STAGING Phabricator does not support staging areas for this repository.
Updated an existing Differential revision:
Revision URI: https://phabricator.services.mozilla.com/D54816
Included changes:
M hgext/mozext/__init__.py
ERR-CONDUIT-CORE: Exception when processing transaction of type "bugzilla.bug-id": Error while reading "value": Expected string, got something else.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mhentges
Updated•6 years ago
|
Priority: -- → P1
Comment 1•6 years ago
•
|
||
Please submit with a --no-arc switch.
I will investigate updating the revision using arcanist
Updated•6 years ago
|
Summary: Exception "bugzilla.bug-id", "Expected string, got something else" → Forcing update a revision without bug is failing
Updated•6 years ago
|
Keywords: conduit-triaged
Priority: P1 → P2
Comment 2•6 years ago
|
||
If you try to submit a commit without any bug, please don't use --force, just add the --no-bug --no-arc switches.
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Attachment #9111971 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•