skycoin / teller

Skycoin exchange service
15 stars 30 forks source link

Fix race conditions #228

Closed briancaine closed 6 years ago

briancaine commented 6 years ago

Running go test ./src/... -timeout=1m -race -cover shows we've got a bunch of race conditions.

Someone should update the Makefile to add the additional -race flag to the tests, and then go through and fix the race conditions