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

Allow reuse of containers started via DevServices #25365

Closed
Sanne opened this issue May 4, 2022 · 1 comment · Fixed by #25367
Closed

Allow reuse of containers started via DevServices #25365

Sanne opened this issue May 4, 2022 · 1 comment · Fixed by #25367
Assignees
Labels
Milestone

Comments

@Sanne
Copy link
Member

Sanne commented May 4, 2022

Description

Testcontainers is able to keep containers running for longer & yet manage their lifecycle in a practical way, to allow reuse across multiple runs.

This feature is "opt-in" by the end users so shouldn't have side effects, but we also need to allow on each specific start.

I've experimented with it with the Oracle service, and it works beatifully for workflows in which one runs a "mvn verify" multiple times, as opposed to when using dev-mode (in which case this is not necessary as we already keep the containers running).

Implementation ideas

No response

@Sanne Sanne added the kind/enhancement New feature or request label May 4, 2022
@Sanne Sanne self-assigned this May 4, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented May 4, 2022

/cc @stuartwdouglas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant