SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

Container is not removed correctly? #68

Closed arjangeertsema closed 2 years ago

arjangeertsema commented 2 years ago

I am running integration tests with the same docker compose file from two different projects. I receive this error:

ERROR: for net60_azurite_1  Cannot create container for service azurite: Conflict. The container name "/net60_azurite_1" is already in use by container "d74af018f07137c13be33e831d2be413ab049e7075cc222d36ab4ff7e96ae2eb". You have to remove (or rename) that container to be able to reuse that name.

Is it possible that the container is not removed correctly? Is Remove missing in Dispose?

arjangeertsema commented 2 years ago

Never mind, this issue was due to parallel testing.