-
Notifications
You must be signed in to change notification settings - Fork 290
Allow streaming when using exec #272
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
base: master
Are you sure you want to change the base?
Conversation
Cassettes need to be re-recorded, do you want me to do it ? |
Thanks! Yes, please re-record. |
Running
I'm on OSX Yosemite with the latest boot2docker. I've done everything stated in TESTING.md Not sure if the culprit is boot2docker or anything else going wrong on my system. |
I only re-recorded the cassettes I needed and now it's green :) |
Hmm. CI is still failing. I can take a look this evening. |
It's because of a complexity violation :/ On Mon, Apr 6, 2015, 15:48 Bright Fulton [email protected] wrote:
|
Can you share how you're going about the streaming? I used the following with a simple container running just bash and it's streaming for me just fine.
|
I'm doing exactly the same way, and I only get a response when the command I'm on OSX and using boot2docker, not sure if this changes anything On Tue, Apr 7, 2015, 21:49 Todd Lunter [email protected] wrote:
|
I ran your code to be extra sure and I'm having no output at all since it's an infinite loop. This is very strange that you're getting it to work on your development environment |
I wonder if this has to do with SSL. You're using one of the latest boot2docker, right? |
The latest, and I have to disable ssl verification On Tue, Apr 7, 2015, 23:04 Todd Lunter [email protected] wrote:
|
I have done the same and using the code above, this PR isn't working for me. I am thinking this has to do with Excon's SSLSocket versus regular Socket. Using tcpdump I can see the 5 second echo payload, but cannot see Excon producing anything from it. Will need to look into deeper. |
@tlunter any updates on this one? |
@danielmanesku I haven't been able to look into this one since my last post. Would love it if you could take a deep dive if you're available to do so. |
Thanks for a quick reply! I am busy at the moment with something else, but I added this on my TODO list and I will try to investigate in the coming weeks. |
Related to #263