Skip to content

Testcontainers start() methods may be started multiple times #43253

Closed
@marcantoine-bibeau

Description

@marcantoine-bibeau

ContainerConnectionDetailsFactory.getContainer() is doing

if (this.container instanceof Startable startable) {
				startable.start();
			}

While TestcontainersLifecycleBeanPostProcessor.initializeStartables(...) already started the MockServer

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions