aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/testutil/norace.go
Commit message (Collapse)AuthorAgeFilesLines
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
|
* pkg/testutil: add packageDmitry Vyukov2021-12-211-0/+9
Add package with RaceEnabled const that can be used in test to skip long tests in race mode. Switch existing tests to use the new package. Update #2886