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

Implemented top method in OpenShiftConnector #6221

Merged
merged 2 commits into from
Sep 29, 2017
Merged

Conversation

JPinkney
Copy link
Contributor

Signed-off-by: jpinkney josh.pinkney@mail.utoronto.ca

What does this PR do?

Rebases #4466 onto master branch.

What issues does this PR fix or reference?

Rebases #4466
Part of: redhat-developer/rh-che#322

Changelog

Implemented top method in OpenShiftConnector

Release Notes

Top method implemented in OpenShiftConnector

Docs PR

@JPinkney JPinkney requested a review from l0rd as a code owner September 11, 2017 17:03
@codenvy-ci
Copy link

Can one of the admins verify this patch?

1 similar comment
@codenvy-ci
Copy link

Can one of the admins verify this patch?

Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
@benoitf
Copy link
Contributor

benoitf commented Sep 13, 2017

ci-build

@benoitf benoitf added kind/task Internal things, technical debt, and to-do tasks to be performed. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. team/osio labels Sep 13, 2017
@codenvy-ci
Copy link

Build # 3665 - FAILED

Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/3665/ to view the results.

@benoitf
Copy link
Contributor

benoitf commented Sep 18, 2017

ci-build

@codenvy-ci
Copy link

.redirectingOutput()
.redirectingError()
.exec(command)) {
Thread.sleep(2500);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it mandatory this wait ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked @snjeza and was told that it was copied from the exec method. I believe it was copied from this https://github.com/JPinkney/che/blob/0c86b9b4c25e045e657a1dbca850fdb1c3c78e5d/plugins/plugin-docker/che-plugin-openshift-client/src/main/java/org/eclipse/che/plugin/openshift/client/OpenShiftConnector.java#L1136-L1155 as far as I can see the ExecutorService declared isn't even used except for shutting down in the finally block so this line wouldn't be needed.

@benoitf
Copy link
Contributor

benoitf commented Sep 21, 2017

ci-build

@codenvy-ci
Copy link

Build # 3762 - FAILED

Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/3762/ to view the results.

Copy link
Contributor

@l0rd l0rd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@l0rd l0rd merged commit 6db2424 into eclipse-che:master Sep 29, 2017
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Oct 2, 2017
@benoitf benoitf added this to the 5.19.0 milestone Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants