python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
testContainers and Rancher
I have a Spring Boot application with integration tests that are using testContainers.
Till recently, I used Docker Desktop and was able to easily run the test from within Intellij or from CLI.
Recent...
riorio
Votes: 0
Answers: 4
testcontainers mysql DB failed when population DB
I am trying to run integration tests with testcontainers.
Lunch the testconiners with follow properties:
MySQLContainer database = (MySQLContainer) new MySQLContainer("mysql:8.0.27")
...
saltex
Votes: 0
Answers: 2
Speed up Elasticsearch Test Containers
I have moved the java integration tests to use elasticsearch test containers instead of using embedded elasticsearch. The tests have become slower by 1 hour which is a huge productivity hit. I am look...
A_G
Votes: 0
Answers: 1
Couchbase Testcontainer connection timed out on when run on Windows
We are running spring boot tests with Couchbase TestContainers to test Couchbase integration.
We connect to the Couchbase testcontainer using the following code :
BucketDefinition bucketDefinition = n...
humbleCoder
Votes: 0
Answers: 1