ChannelFinder / ChannelFinderService

A RESTful directory services for a list channels
MIT License
9 stars 16 forks source link

Integration testing #95

Open shroffk opened 1 year ago

shroffk commented 1 year ago

On windows, there seems to be some issues with the setup ( tear down ) of the testing docker containers... as seen below the first set of docker containers created for the first IT are still running while the next tests starts. This leads to port conflicts, it might be that some cleanup or delay configuration is not correct on my side.

image

thelarsjohansson commented 4 months ago

This might be related to usage of curl in integration tests with docker containers. That has been addressed and pull request is available that might solve this or at least help.