Skip to content

Testing for race conditions

Vlad-Doru Ion edited this page Apr 14, 2014 · 1 revision

We should always run the gommand go test -race and go test -bench=. race in order to check for race conditions which may appear due to the highly concurrent design of our system.

Clone this wiki locally