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)
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
Connection refused with Elasticsearch test container even after adding wait
I'm trying to move the application to write tests using Elasticsearch container. The container does come up and checking its elasticsearchContainer.isRunning() status returns true but while making a s...
A_G
Votes: 0
Answers: 1
Unable to connect to Ryuk?
Hi I am trying to spin up a test container from my unit test class.
from my test class i am using the following
@Container
private static GenericContainer<?> testContainer = new GenericC...

Starbucks Admin
Votes: 0
Answers: 1
TestContainers cannot connect to opened ports
In one of my tests using testcontainers, the container failed to start and the log is:
[ERROR] 17:31:38,814 [Test worker] 1.1]. - Could not start container
org.testcontainers.containers.Contain...
McXD
Votes: 0
Answers: 0