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

Container not being pruned (Also not being stopped intermittently) #221

Open
Swoorup opened this issue May 5, 2022 · 0 comments
Open

Container not being pruned (Also not being stopped intermittently) #221

Swoorup opened this issue May 5, 2022 · 0 comments

Comments

@Swoorup
Copy link

Swoorup commented May 5, 2022

For example running the test using https://github.com/davenverse/rediculous repository as follows in sbt.

testOnly io.chrisdavenport.rediculous.RedisStreamSpec

It runs the test twice (randomly, but seems to happen often during subsequent run after launching sbt) which in turns creates 2 containers. Also it fails to stop the container upon exist randomly.

❯ docker container ls -a
CONTAINER ID   IMAGE                              COMMAND                  CREATED          STATUS                      PORTS                    NAMES
57844ac6897b   redis:latest                       "docker-entrypoint.s…"   44 seconds ago   Exited (0) 42 seconds ago                            zealous_leavitt
1a247bb02a17   redis:latest                       "docker-entrypoint.s…"   44 seconds ago   Exited (0) 42 seconds ago                            zealous_wu
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