Skip to content
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

Reaper killing containers before test ending #767

Closed
alesk20 opened this issue May 8, 2024 · 0 comments
Closed

Reaper killing containers before test ending #767

alesk20 opened this issue May 8, 2024 · 0 comments

Comments

@alesk20
Copy link

alesk20 commented May 8, 2024

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)

@alesk20 alesk20 closed this as completed May 13, 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

1 participant