Kevin Wittek
Kevin Wittek
This branch fails on `TestcontainersR2DBCConnectionFactoryTest.failsOnUnknownProvider()` (because it does not fail, what irony! 😠).
@meistermeier I'm probably missing something since I was out of the game for some time, but isn't the only thing this PR effectively does now, is bumping the image in...
Maintaining a module ecosystem in itself complex and we have explored different options for this in the past (monorepo vs multirepo, synced versioning, etc.). Since tc-python currently follows the monorepo...
Hey @DeanLight, while I can understand the interest for this, I don't think this is trivially possible, since the docker-py API is interacting with the Engine API directly and the...
This line contains the actual fix and IMO captures the actual idea of the test case: https://github.com/testcontainers/testcontainers-java/pull/4772/files#diff-8f6666e3f0fb8bcf52eb05d4315a95c1c7f84d5346c4c19bc4f3a5a8efa10540R78 Further, I have renamed the actual tests, since Gradle Build Scans provided us...
Since this only works since version 7.0, do you think you could make use of `ComparableVersion` and report incompatibility once a user tries to set scopes or collections?
Thanks for raising the issue. @GeorchW, would you like to provide the proposed PR?
So you want to contribute this @pjrobertson? Indeed, it sounds fine to just copy the logic from [tc-go](https://github.com/testcontainers/testcontainers-go/blob/main/modules/postgres/postgres.go#L225-L257). Note that this method only deals with copying the files and modifying...
Did you notice, you need to change the `ENTRYPOINT` as well? https://github.com/testcontainers/testcontainers-go/blob/main/modules/postgres/postgres.go#L229 However, just copying the files you like you, should definitely not make the container hang, unless he takes...