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

[JBIDE-23883] using openshift-restclient-5.5.0.Final #1418

Merged
merged 1 commit into from Feb 15, 2017

Conversation

adietish
Copy link
Member

Pull Request Checklist

General

  • Is this a blocking issue or new feature? If yes, QE needs to +1 this PR

Code

  • Are method-/class-/variable-names meaningful?
  • Are methods concise, not too long?
  • Are catch blocks catching precise Exceptions only (no catch all)?

Testing

  • Are there unit-tests?
  • Are there integration tests (or at least a jira to tackle these)?
  • Is the non-happy path working, too?
  • Are other parts that use the same component still working fine?

Function

  • Does it work?

@adietish
Copy link
Member Author

@jeffmaury please review

@adietish
Copy link
Member Author

@jeffmaury @nickboldt jenkins build failed, i notice it being quite unreliable. We should fix this otherwise devs will start to ignore jenkins results.

@adietish
Copy link
Member Author

testPR

@bdshadow
Copy link
Contributor

@adietish @nickboldt @jeffmaury
I'm not sure, but i suspect that this may happen because of simultaneous builds: usual build and SonarQube one. For example, the last fail has message:

ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git@github.com:jbosstools/jbosstools-openshift.git +refs/heads/:refs/remotes/origin/" returned status code 128:
stdout:
stderr: Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

this may happen because at the same there was one more build running, which had already occupied the connection with the same credentials.
So i suggest to merge 2 these builds into one. It's not so difficult, i can do it as i've created SonarQube build

@adietish
Copy link
Member Author

I didnt find a proper fix for a path to "oc" with spaces: https://issues.jboss.org/browse/JBIDE-23862?focusedCommentId=13364289&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13364289
Nevertheless we need to use the final version of the openshift-restclient-java in our JBoss Tools 4.4.3.Final. I'm thus merging this even though https://issues.jboss.org/browse/JBIDE-23862 is not fixed yet.

@adietish adietish merged commit 131f4e5 into jbosstools:master Feb 15, 2017
@adietish adietish deleted the JBIDE-23883 branch February 15, 2017 23:07
adietish added a commit to bdshadow/jbosstools-openshift that referenced this pull request Feb 16, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants