Closed ajnavarro closed 3 years ago
now go test -v ./... -race -count=2 command is working properly.
go test -v ./... -race -count=2
Signed-off-by: Antonio Navarro Perez antnavper@gmail.com
It's more likely that the server should also be closed when the test completes. Try passing in testing. T and using Cleanup.
I've moved the test that broke to the GitHub CI action now, but left it unfixed.
now
go test -v ./... -race -count=2
command is working properly.Signed-off-by: Antonio Navarro Perez antnavper@gmail.com