]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: fix duplicate logging when fuzzing
authorKatie Hockman <katie@golang.org>
Tue, 1 Dec 2020 22:37:07 +0000 (17:37 -0500)
committerFilippo Valsorda <filippo@golang.org>
Fri, 4 Dec 2020 18:17:29 +0000 (19:17 +0100)
commitdb514c0caf5effb4396c9746e025c1ba2d717604
treef4a6b79b5bc6a82b6ec54ec37c2ceaf9cf5345ab
parenta01814975c18ff1a63847eb82e0a57f7c3c746e5
[dev.fuzz] testing: fix duplicate logging when fuzzing

The workers were printing PASS/FAIL logs and
various others things, when that should be
the sole responsibility of the coordinator
process, which will have the aggregated data.

Change-Id: I7ac9883db62f0fe79ba1799cb88773c542a2a948
Reviewed-on: https://go-review.googlesource.com/c/go/+/274652
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/testing/fuzz.go
src/testing/testing.go