Skip to content

How to reuse containers within a test run like in Java #548

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

Closed
anaether opened this issue Feb 7, 2024 · 1 comment
Closed

How to reuse containers within a test run like in Java #548

anaether opened this issue Feb 7, 2024 · 1 comment

Comments

@anaether
Copy link

anaether commented Feb 7, 2024

Hello,
Is it currently possible to use/configure the standard Postgres container with the reuse feature as in the Java version for a complete test run? I use actix-web with the testing framework of actix-web-test. I would be very happy about possible ideas/solutions/answers.

@thomaseizinger
Copy link
Collaborator

As long as you don't drop the container, it can be reused. We don't support declaring global containers yet, see #386 for details.

@thomaseizinger thomaseizinger closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants