enable -race on go test (#7305)

Introduce 'norace' build tag that is used to
filter out test files containing test cases
or test suites that, if run with the -race
flag on would cause race conditions.

Supersede #7300.
This commit is contained in:
Alessio Treglia
2020-09-15 10:43:46 +01:00
committed by GitHub
parent a8990eab71
commit 7ada179aef
21 changed files with 127 additions and 8 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build norace
package network_test
import (