-
### Describe the bug
When trying to run 10 IT tests with TestContainers in this PR: https://github.com/quarkusio/quarkus/pull/39032
The CI build fails with an OOM exception on all JDKs. Example: …
-
### Module
Core
### Testcontainers version
1.20.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux OL8
### Host Arch
x86
### Docker version
```shell
20.10.21
```
### Wha…
-
### Problem
We have a [Pact REST provider test with state callbacks](https://docs.pact.io/implementation_guides/jvm/provider/junit/#provider-state-callback-methods), where we do not want to use tes…
-
When I have a plain old JUnit 4 test where I am using `@Rule` :
```
@Rule
public BrowserWebDriverContainer chrome = new BrowserWebDriverContainer()
.withCapabilities(new Chrom…
-
### Module
Core
### Testcontainers version
1.17.6
### Using the latest Testcontainers version?
Yes
### Host OS
Mac OS 13.1
### Host Arch
M1 Pro
### Docker version
```shell
Client: Docker En…
-
Hi all, appologies if this is a totally stupid question. I just started to work on a project that uses testcontainers for integration testing. Unfortunately on my Mac the tests all fail, whereas they …
-
I found there is a new annotation `@TestContainer` added to control testcontainer Container. https://github.com/arquillian/arquillian-testcontainers/blob/main/src/main/java/org/jboss/arquillian/testco…
-
When a parameterized test is executed, but an exception is thrown in the test class' static initializer, the error message is:
`"Configuration error: You must configure at least one set of argument…
-
### Expected behavior
Whenever a cancel signal is received the following should happen (ordered by importance):
- the connection is released
- the cancellation is propagated (when used to wrap a …
-
Hi!
Have you seen http://github.com/testcontainers/testcontainers-java ? :)
I'm co-maintainer of it and TestContainers is a bit more generic compared to docker-compose-rule. However, our current…