testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Results 915 testcontainers-java issues
Sort by recently updated
recently updated
newest added

Hi everyone, first of all thank you for a great library and a great documentation. I would like to suggest a feature which I would also contribute too. But before...

type/enhancement

Hi all, This is a first draft of a change made in regards to #5359. We (@kiview & @eddumelendez ) agreed in that issue that we'd need a more flexible...

### Module RabbitMQ ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS Linux (Ubuntu 20.04) ### Host Arch x86_64 ### Docker version ```shell Client: Version:...

type/bug
resolution/acknowledged
resolution/pr-submitted
modules/rabbitmq

This PR enables configuring RabbitMQ SSL for RabbitMQ 3.9+ versions. Until 3.9, SSL could be configured by environment variables. These variables were deprecated in RabbitMQ 3.9 version. If defined, the...

When using the RabbitMQContainer with the latest version of rabbitmq-management docker image, the docker container is not started. The error is caused by the RABBITMQ_DEFAULT_PASS environment variable that has been...

type/feature
resolution/acknowledged
good first issue

When I uprgraded version for testcontainers from 1.16.3 to 1.17.0 my test started to fail with exception: ``` Failed to obtain R2DBC Connection; nested exception is java.net.UnknownHostException: Failed to resolve...

resolution/waiting-for-info

### Module Core ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host Arch ARM ### Docker version ```shell Client: Version: 20.10.16 API...

type/bug

### Module Core ### Testcontainers version 1.17.2 ### Using the latest Testcontainers version? Yes ### Docker version ```shell Docker version 20.10.17, build 100c701 ``` ### What happened? The [docs for...

type/bug

I have a set of tests which create a `DockerComposeContainer` on startup. I ran into the below error when the tests run on a CI server: ``` com.github.dockerjava.api.exception.InternalServerErrorException: Status 500:...

### Module New Module ### Problem ImmuDB is a relational database in which data is immutable, secure, and auditable. It is used in many enterprise applications. However, for testing we...

type/feature