Skip to content
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

Support manual lifecycle management of ContainerEngine #322

Open
npepinpe opened this issue Aug 1, 2022 · 0 comments
Open

Support manual lifecycle management of ContainerEngine #322

npepinpe opened this issue Aug 1, 2022 · 0 comments
Labels
help wanted Extra attention is needed type/feature New user facing features

Comments

@npepinpe
Copy link
Collaborator

npepinpe commented Aug 1, 2022

Is your feature request related to a problem? Please describe.

There are some cases where we may want to modify the engine or container before starting it. In such cases, it should be possible to manually control the lifecycle of the ContainerEngine instance in a streamlined manner. Right now, you have to call all the initialization methods manually, which imply knowledge of the implementation.

Describe the solution you'd like

Doing a simple engine.start() takes care of the initialization, whether used via the junit extension or not. Similarly, engine.stop() takes care of resetting everything.

@npepinpe npepinpe added the type/feature New user facing features label Aug 1, 2022
@npepinpe npepinpe added the help wanted Extra attention is needed label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type/feature New user facing features
Projects
None yet
Development

No branches or pull requests

1 participant