]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: only let workers run fuzz targets
authorKatie Hockman <katie@golang.org>
Thu, 4 Mar 2021 18:02:24 +0000 (13:02 -0500)
committerKatie Hockman <katie@golang.org>
Thu, 4 Mar 2021 18:46:53 +0000 (18:46 +0000)
commitb89483497a7349bb8dba9110e765f5ff1189f69d
treee7091a97d0c25afd3a23334e5d57eb74f2914603
parent354c77a108863a1ccae810c94453870f0678a828
[dev.fuzz] testing: only let workers run fuzz targets

Previously, ever worker would run all of the unit tests, benchmarks, and
examples. Only the single coordinator needs to do this.

Change-Id: I0dfa7f79b390b6c3220d8ea646e2d2312eee6bb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/298809
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/test_fuzz_chatty.txt
src/testing/testing.go