This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Description
When running the tests from sbt with:
some of the containers don't close after running the tests finish. Resulting in:

Perhaps there's a problem with how zio.sql.TestContainer and zio.sql.JdbcRunnableSpec are interacting with ZIO Test.
Also it seems like closing sbt also closes these containers after couple of seconds.