Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/trace: run children in race mode during race testing
This would have caught #65607. On my machine: internal/trace/v2: ~13s internal/trace/v2: -short: ~4s internal/trace/v2: -race -short: ~20s internal/trace/v2: -race: ~46s For #65607. Change-Id: I03a555ebaf8c761c98a82b6d35fa16d7a99aa9e3 Reviewed-on: https://go-review.googlesource.com/c/go/+/562998 Auto-Submit: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
- Loading branch information