testcontainers-for-zio icon indicating copy to clipboard operation
testcontainers-for-zio copied to clipboard

Results 10 testcontainers-for-zio issues
Sort by recently updated
recently updated
newest added

Greetings! When I started to use testcontainers-for-zio, I've realized that I need to set custom WaitStrategy to my Postgres Container. But in the current version of library, there are not...

The current Testcontainers's support for Cassandra gives very limited control of the configuration of the instance in that you can only define the location of a custom Cassandra configuration file....

Proof of Concept

The method `withPerPartitionChunkPrefetch` has been removed from zio-kafka.

It seems 0.10.0 doesn't have the changes for image name in the postgres settings: https://github.com/scottweaver/testcontainers-for-zio/blob/main/modules/postgresql-zio-2.0/src/main/scala/io/github/scottweaver/zio/testcontainers/postgresql/ZPostgreSQLContainer.scala#L33 Can we have a release with these changes?

I am trying to use this library in my project that depends on zio-http 0.0.5, which depends on zio-prelude 1.0.0-RC16. It seems to be binary incompatible with zio-prelude 1.0.0-RC15 so...

resolve compatibility issues with new versions

This PR adds LocalStack container V1 for ZIO 2.0 only. ~I also opened another PR in `testcontainers-scala` to allow `dockerImageName` overrides, and not only `tag`: https://github.com/testcontainers/testcontainers-scala/pull/246. I think it would...

It would be nice to add both versions of LocalStack container (V1 and V2)