-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ubuntu 15.04 + Parallels potential ssh race condition #405
Comments
@cheeseplus Confirmed, looks like this is a Vagrant issue when you attempt to set the hostname (which Test Kitchen does by default). It appears to be fixed as of Vagrant 1.7.3. Going to try and confirm if disabling the hostname is an okay workaround… |
Confirmed with a simple Vagrant project. Currently:
Without setting
I also tried a Test Kitchen project with |
Do we need to fix this given it's a Vagrant bug? |
Closing as this was a vagrant bug. |
On first boot via kitchen
kitchen test default-bento-ubuntu-1504
, I get:https://gist.github.com/242892ca85959abdaf5a
If I repeat the command
kitchen test default-bento-ubuntu-1504
it then works as expected which is weird causetest
should destroy an existing instance (maybe also a kitchen bug?) /cc @fnicholThe text was updated successfully, but these errors were encountered: