]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: fix context cancellation for coordinator
authorKatie Hockman <katie@golang.org>
Wed, 13 Jan 2021 19:43:30 +0000 (14:43 -0500)
committerKatie Hockman <katie@golang.org>
Thu, 14 Jan 2021 14:40:52 +0000 (14:40 +0000)
commit06074108fab489d6bd7358e736bcd0cb38830c7c
tree1ed64d2dba184a80b37daff30de7e6b835199f14
parent2f072cf8a975afb082b40cb29238ce536b5ae9b6
[dev.fuzz] internal/fuzz: fix context cancellation for coordinator

Previously, performing a SIGINT would cause the coordinator
to write a crash to testdata, and would continue to run
despite being interupted.

Also includes a few small cleanups.

Change-Id: Ia3cf7cd231c30ac9ad2a61f4935aa543e241f60d
Reviewed-on: https://go-review.googlesource.com/c/go/+/283634
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/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go
src/testing/internal/testdeps/deps.go