Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plink command hangs when downloading change with Gerrit Code Review plugin #15

Closed
christian513 opened this issue Dec 23, 2020 · 4 comments

Comments

@christian513
Copy link

Hi,

we use the "Gerrit Code Review" plugin.
With GE version 3.2.1.6628 everything works fine. With all later versions we have this issue: when downloading a Gerrit change GE hangs completely. The root cause is that the following plink command hangs. I copied it from the Git command log:

plink "<git_user>" -P 29418 "gerrit query --format=JSON project:<project_name> --current-patch-set change:"

It has status "running" and never returns.
When I manually run the command in Git bash everything is fine.

GE version 3.2.1.6628 uses plink version 0.70.0.0.
The latest GE version 3.4.3.9999 uses plink version 0.73.0.0.

When I use GE 3.4.3.9999 with plink 0.70.0.0 (in "Tools -> Settings -> SSH -> path to plink") then the issue is gone.
So the issue seems to be in the combination of GE version > 3.2.1.6628 and plink version > 0.70.0.0.

I tested with latest plink version 0.74.0.0 but the issue still exists.

Would be great to get some feedback.

Kind regards, Christian

@gerhardol
Copy link
Member

The Gerrit plugin is a separate plugin. What version?
It is handled in the following repo:
https://github.com/gitextensions/GitExtensions.GerritPlugin/

This seems to be similar to #14

@gerhardol gerhardol transferred this issue from gitextensions/gitextensions Dec 23, 2020
@RussKie
Copy link
Member

RussKie commented Dec 24, 2020 via email

@christian513
Copy link
Author

I use plugin version 1.0.0.19.
Yes, this issue seems to be identical to #14 .

@gerhardol
Copy link
Member

Duplicate of #/issues/14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants