kubemq-community icon indicating copy to clipboard operation
kubemq-community copied to clipboard

Tests do not pass

Open brianmcgee opened this issue 2 years ago • 0 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?

brianmcgee avatar Mar 11 '22 09:03 brianmcgee