You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
For example running the test using
https://github.com/davenverse/rediculous
repository as follows in sbt.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.
The text was updated successfully, but these errors were encountered: