testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Feature]: Containers with Reuse should not be killed by Ryuk

Open mdelapenya opened this issue 1 year ago • 2 comments

Problem

When using Reuse containers, and Ryuk is enabled, the containers will be terminated by Ryuk after the test session.

Solution

If the Reuse containers are not connecting to Ryuk, it will not kill them afterwards

Benefit

Reuse mode will work more consistently across different test sessions, allowing users to create a better dev experience

Would you like to help contributing this feature?

Yes

mdelapenya avatar Jul 17 '24 07:07 mdelapenya