testcontainers-go
testcontainers-go copied to clipboard
[Feature]: Containers with Reuse should not be killed by Ryuk
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