New issue
Advanced search Search tips

Issue 674253 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug


Previous locations:
gerrit:5138


Sign in to add a comment

`git cl issue 0` doesn't work with gerrit

Project Member Reported by thakis@chromium.org, Dec 13 2016

Issue description

Affected Version:

What steps will reproduce the problem?
1. Upload some branch to gerrit
2. Run `git cl issue 0` to try and clear branch->issue association
3. Run `git cl upload` again

What is the expected output?

Branch gets uploaded to fresh new issue.


What do you see instead?

Branch got uploaded to the same issue it was at before I ran `git cl upload 0`


Please provide any additional information below.

 
Project: chromium
Moved issue gerrit:5138 to now be  issue chromium:674253 .
Components: Infra>Codereview>Gerrit
Labels: -Hotlist-Chromium Milestone-Dogfood Proj-Gerrit-Migration Pri-2 Type-Bug
Owner: aga...@chromium.org
Status: Assigned (was: New)

Comment 3 by aga...@chromium.org, Dec 15 2016

Cc: aga...@chromium.org
Owner: thakis@chromium.org
I cannot reproduce this bug:

$ git cl upload --bypass-hooks --gerrit
Using 50% similarity for rename/copy detection. Override with --similarity.
 AUTHORS | 1 +
 1 file changed, 1 insertion(+)
remote: Processing changes: new: 1, done            
remote: 
remote: New Changes:        
remote:   https://pdfium-review.googlesource.com/2110 DO NOT LAND: add agable to AUTHORS file        
remote: 
To https://pdfium.googlesource.com/pdfium
 * [new branch]      49b9f06401a094ff696e6d023404209834c49c7c -> refs/for/refs/heads/master%m=Initial_upload,notify=NONE

$ git cl issue 0
Issue number: None (None)

$ git cl upload --bypass-hooks --gerrit
Using 50% similarity for rename/copy detection. Override with --similarity.
 AUTHORS | 1 +
 1 file changed, 1 insertion(+)
remote: Processing changes: new: 1, done            
remote: 
remote: New Changes:        
remote:   https://pdfium-review.googlesource.com/2111 DO NOT LAND: add agable to AUTHORS file        
remote: 
To https://pdfium.googlesource.com/pdfium
 * [new branch]      c99928350c4fa33428eb6cff9d3e06bd1d03c840 -> refs/for/refs/heads/master%m=Initial_upload,notify=NONE

Please provide a reproduction case.
Status: WontFix (was: Assigned)
Closing as WontFix because not reproducible. Feel free to reopen if you create a reproduction case.
I just tried various repro attempts similar to what I did when this happened, and didn't manage to repro either. I'll shout if I see this again.

Sign in to add a comment