You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
molecule test creates the instance, but doesn't wait for it to finish initializing, so it fails to find the public IP address, then it fails to find/destroy the security group it created because it's in use but the instance that's spinning up. I assume it stores the instance ID when the create instance succeeds, but it just can't find where it put it.
Also, molecule test throws warnings that it can't find ~/.cache/x/y/run-config.yml in the early stages, but I'm not sure if that's related
Thanks in advance!
Nate
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
molecule test creates the instance, but doesn't wait for it to finish initializing, so it fails to find the public IP address, then it fails to find/destroy the security group it created because it's in use but the instance that's spinning up. I assume it stores the instance ID when the create instance succeeds, but it just can't find where it put it.
Also, molecule test throws warnings that it can't find ~/.cache/x/y/run-config.yml in the early stages, but I'm not sure if that's related
Thanks in advance!
Nate
Beta Was this translation helpful? Give feedback.
All reactions