-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Connectivity test + refactoring #2057
Conversation
1. Added connectivity test to test certain scenarios 2. Added refactoring to make script run faster in debugging scenarios.
@l0rd @dmytro-ndp - this has an upgraded version of the connectivity test. |
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/16/ |
Are these exports really needed? |
1. Let the user pass environment variables that have strings with spaces. 2. Added pass through of http_proxy, https_proxy, and no_proxy from system into che-launcher 3. Cleaned up various formatting issues
Removed unnecessary export tgs
@garagatyi - only the last two exports are required. The others are not - and they have been removed. |
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/18/ |
Also added:
|
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/19/ |
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/20/ |
I've tested on Mac with Docker 4 Mac where we still have issue #1644. In this case the expected behaviour should be:
Instead the command hangs for some minutes and then return without showing the test results: This is because the curl command silently fails : To fix that I would use curl option |
The second test in In other words |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/31/ |
* Connectivity test + refactoring 1. Added connectivity test to test certain scenarios 2. Added refactoring to make script run faster in debugging scenarios. * Added websocket test * Fixup - env variables with spaces 1. Let the user pass environment variables that have strings with spaces. 2. Added pass through of http_proxy, https_proxy, and no_proxy from system into che-launcher 3. Cleaned up various formatting issues * Fix export Removed unnecessary export tgs * Docker env fixes * boot2docker warning * Numerous fixes
What does this PR do?
Docs will be added.