-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debugging feature which leaves integration test containers runnin…
…g after test completes - For debugging purposes, it is useful to have the ability to leave containers running. This mode can be activated by setting environment variable TESTCONTAINERS_RYUK_DISABLED=true - TESTCONTAINERS_RYUK_DISABLED=true also disables TestContainers automatic container cleanup, https://www.testcontainers.org/features/configuration/#disabling-ryuk . - in this case, use this command afterwards to kill docker containers started by Testcontainers: docker ps -q --filter "label=org.testcontainers=true" | xargs -r docker kill
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters