-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Allow to run Presto CLI on reused product tests environment #3662
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
Allow to run Presto CLI on reused product tests environment #3662
Conversation
Currently when trying to run presto CLI on existing and running environment it fails with:
@bsideup Does |
@kokosing it does not, since networks get a random ID. We have some ideas how to support "container sets" that can be reused, but it is not currently implemented. |
@bsideup Thanks. That was my impression. |
@kokosing We don't need to provide CLI in the container at startup time, we can add on the fly. |
It looks like a subtask of #4514 - waiting for PR |
No description provided.