-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
shorten etcd wait_for_line (~3.4 compatibility) #121
base: master
Are you sure you want to change the base?
Conversation
1eb3b03
to
58f8ddf
Compare
Not sure why this is failing now.
but then we just hang until travis kills us |
Any chance it will be merged soon? |
CI was not passing so not sure it was working. Can anyone look into it? |
UPDATE: It still hangs here after the change, and I don't know why :( |
Starting at ~3.4 the output is now `embed: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!` so `client requests on` still matches both
This should have been addressed in #135, please have a try :) |
Starting at ~3.4 the output is now
embed: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!
so
client requests on
still matches both