testcontainers-node
testcontainers-node copied to clipboard
Reaper killing containers before test ending
Hello, I have some test running with Tap js. On test startup I start all the containers I need with testcontainers (10.9.0), and it's all working fine. The problem is that the reaper container (testcontainers/ryuk:0.5.1) shut all down before the ending of the tests, so they all begin to fail after a certain time. Here is the log of the reaper container:
2024-05-07 21:41:29 2024/05/07 19:41:29 Pinging Docker... 2024-05-07 21:41:29 2024/05/07 19:41:29 Docker daemon is available! 2024-05-07 21:41:29 2024/05/07 19:41:29 Starting on port 8080... 2024-05-07 21:41:29 2024/05/07 19:41:29 Started! 2024-05-07 21:41:29 2024/05/07 19:41:29 New client connected: 192.168.65.1:37043 2024-05-07 21:41:29 2024/05/07 19:41:29 Adding {"label":{"org.testcontainers.session-id=595d104f2d9d":true}} 2024-05-07 21:41:33 2024/05/07 19:41:33 EOF 2024-05-07 21:41:33 2024/05/07 19:41:33 Client disconnected: 192.168.65.1:37043 2024-05-07 21:41:43 2024/05/07 19:41:43 Timed out waiting for re-connection 2024-05-07 21:41:43 2024/05/07 19:41:43 Removed 1 container(s), 0 network(s), 0 volume(s) 0 image(s)