-
_Note that this issue is related to behavior mentioned in #1846._
When one uses "host-less URI" as specified on the [JDBC support page](https://www.testcontainers.org/modules/databases/jdbc/), e.g.…
-
We have [some tests](https://github.com/spring-projects/spring-boot/blob/b88a20fabb666a97311d64d15a89342b41f6b84c/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/a…
-
### Module
MongoDB
### Testcontainers version
1.17.6
### Using the latest Testcontainers version?
Yes
### Host OS
Docker in Docker
### Host Arch
Kubernetes
### Docker ver…
-
The jvm gets stuck and has to be manually terminated. This happens intermittently and is hard to reproduce.
This issue only happens after upgrading to 1.15.0 (was also seeing issues on 1.15.0-rc2`, …
-
When annotate class as `@TestInstance(TestInstance.Lifecycle.PER_CLASS)`, flyway not working with testcontainers.
Stack:
`Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguratio…
-
Good day!
I use
Windows 10,
testcontainers 1.16.0
selenium 4.0.0-alpha-4
.testcontainers.properties
```
docker.client.strategy=org.testcontainers.dockerclient.NpipeSocketClientProviderS…
-
Hi,
I'm using OpenRewrite to migrate Spring Boot 2.7 to Spring Boot 3.x, like a lot of people I think, but since the version **[6.28.0](https://github.com/openrewrite/rewrite-gradle-plugin/releases…
-
The umbrella issue is #205.
We need to tests whether Linux packages can be installed at all.
Things we have to check:
* **Does the package install at all?** This needs to be tested on all sup…
-
Hi all!
As part of a PoC I am preparing, I have setup the following consumer test:
```
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@ActiveProfiles("test")
@Ena…
-
### Expected Behavior
Multiple tests that make use of a Postgres container configured via test-resources will share the database container and not restart it for each separate test class. This is the…