Closed
Bug 1569785
Opened 6 years ago
Closed 6 years ago
Adding a reviewer to a request without a reviewer errors with "You can not request review of this revision…"
Categories
(Conduit :: moz-phab, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MattN, Assigned: zalun)
References
(Regression)
Details
(Keywords: conduit-triaged, regression)
Attachments
(2 files)
In the last two weeks or so adding a reviewer to a commit message with no existing reviewer causes an error:
ERR-CONDUIT-CORE: Validation errors:
- You can not request review of this revision because this revision is already under review and the action would have no effect.
STR:
- Submit a commit for review without WIP but without reviewers
- Make changes and add a reviewer to the commit e.g
r=foo
Expected result:
- Review is requested from "foo"
- Commit is updated
Actual result:
- Error from above
- Review isn't requested
I'm guessing this could have been regressed by bug 1564166 but I didn't confirm.
Assignee | ||
Comment 2•6 years ago
|
||
I can't replicate by trying:
phab@2d4b47fcd729:~/test-repo$ echo e > A
phab@2d4b47fcd729:~/test-repo$ hg commit -m E
phab@2d4b47fcd729:~/test-repo$ moz-phab -b 1
...
phab@2d4b47fcd729:~/test-repo$ moz-phab -r ConduitReviewer
...
Completed
(D9) 5:7db9c7e29448 Bug 1 - E r=ConduitReviewer
-> http://phabricator.test/D9
Could you provide the logs from ~/.mozbuild/moz-phab/moz-phab.log
Flags: needinfo?(MattN+bmo)
Reporter | ||
Comment 3•6 years ago
|
||
(In reply to Piotr Zalewa [:zalun] from comment #2)
phab@2d4b47fcd729:~/test-repo$ moz-phab -r ConduitReviewer
I have never used the -r
argument. As I said in my step 2, I updated the commit message to add "r=sfoster"
Could you provide the logs from
~/.mozbuild/moz-phab/moz-phab.log
Attached
Flags: needinfo?(MattN+bmo)
Assignee | ||
Comment 4•6 years ago
|
||
I still can't replicate, but removing the request to review when a revision is in a needs-review
state is sane.
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → pzalewa
Assignee | ||
Updated•6 years ago
|
Keywords: conduit-triaged
Priority: -- → P2
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
•