New issue
Advanced search Search tips

Issue 696871 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

git cl upload stuck at GitAffectedFile(ui/wm/core/shadow_types.h)

Project Member Reported by tibell@chromium.org, Feb 28 2017

Issue description

I've been trying to "git cl upload" my client and it has been stuck at a long time at

[D2017-02-28 14:31:18,793 10957 139974954727232 presubmit_support.py] GitAffectedFile(ui/wm/core/shadow_types.h)

(retrieved using git cl upload -vvv). How can I debug/unblock this?
 

Comment 1 by tibell@chromium.org, Feb 28 2017

--bypass-hooks doesn't skip this stage, for whatever reason.

Comment 2 by tibell@chromium.org, Feb 28 2017

Some more info:

$ git upstream-diff --stat
...
 ui/wm/core/shadow_types.cc                                                                                                    |     8 +
 ui/wm/core/shadow_types.h                                                                                                     |     3 +
 21569 files changed, 241194 insertions(+), 205918 deletions(-)

I believe I did a `git cl squash-branch` at some point. Can that have screwed it up if I squashed a merge?

Comment 3 by tibell@chromium.org, Feb 28 2017

Status: WontFix (was: Untriaged)
I believe the issue was the squash-branch that squashed a merge commit into my commit. Restarting with a new branch and manually transferring the relevant changes fixed the issue.

Sign in to add a comment