sweet: ignore ErrProcessDone from SIGKILL to cockroachdb instances
Sending SIGKILL is racy with the program exiting normally via SIGTERM.
If this happens, we might see ErrProcessDone, which is safe to ignore.
Seen at least once on the builders.
Change-Id: Iab8190e46e4d9f00c6ef059909feca92aaaa798e
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/615135
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
1 file changed