Kevin Wittek
Kevin Wittek
Is there any documentation for the current manual workaround?
Can we decouple the switch to using a `HEALTHCHECK` from fixing the race condition? While I am not against using a `HEALTHCHECK` here per-se, I would prefer to first fix...
Hi @jaecktec, thanks for bringing this to our attention. In the context of your Testcontainers usage (assuming this is the background), are all other images you are using in your...
I guess this should be fixed by https://github.com/testcontainers/testcontainers-go/pull/2508.
I don't think using Docker Hub for such an integration test makes sense, since community contributors would not have access to such a private image. Can we replicate the scenario...
>So, executing a cqlsh command at the container startup could be a solution to get rid of the Java driver dependency. @maximevw Sounds like a great suggestion, do you want...
After discussing more with @eddumelendez, it seems indeed a good idea to deprecate `org.testcontainers.container.CassandraContainer` and do the proposed changes in a new class `org.testcontainers.cassandra.CassadraContainer`, so we can get our modules...
I think adding this behavior to `afterTest()` of `BrowserWebDriverContainer` should indeed work without breaking any existing functionality. The actual implementation could also be similar to https://github.com/testcontainers/testcontainers-java/issues/320#issuecomment-361310904 (e.g. just restart the...
@Tranquility2 Thank you for your work here and joining efforts with the project, much appreciated 🙏. I agree with your last proposal, splitting these changes into 4 dedicated PR would...
Closing with regards to #657.