kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker

Home Page:https://kubemq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests do not pass

brianmcgee opened this issue · comments

Running the tests with go test ./... fails with port conflicts:

service: api service, error: listen tcp 0.0.0.0:8080: bind: address already in use

If I constrain the tests to being single threaded go test -p=1 ./... they run for longer but still eventually fail with several different failures. Is there something I'm missing?

Tests were fixed,