Open marcantoine-bibeau opened 8 hours ago
Is this causing an issue? Can you provide a sample application showing the actual problem you're facing?
I do not think it creates a big problem but still created a regression on my side because I'm wrapping the MockServer and override the start() method to perform additional stuff. I can fix by verifying if the TestContainer is running but would be ideal to not start twice?
ContainerConnectionDetailsFactory.getContainer() is doing
While
TestcontainersLifecycleBeanPostProcessor.initializeStartables(...)
already started the MockServer