]> Cypherpunks repositories - gostls13.git/commit
cmd/go: limit GOMAXPROCS in TestScript/test_fuzz_.*
authorBryan C. Mills <bcmills@google.com>
Thu, 1 Feb 2024 18:53:46 +0000 (13:53 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 1 Feb 2024 20:09:52 +0000 (20:09 +0000)
commitd864eac249c6e8a10c47861b5820576887680f9b
treeead076b063f812d65a49c99df785d321dc8fb0c0
parent3b0d39c5da3f2ad290048f13cb204a1e81ed4faf
cmd/go: limit GOMAXPROCS in TestScript/test_fuzz_.*

This limits the throughput and resource consumption of the fuzz
workers in the tests, which also reduces the likelihood of running out
of address space in the fuzz coordinator during the test.

(Ideally the coordinator should not be limited by address space;
this just works around the failure mode in the tests for now.)

For #65434.

Change-Id: I3086c6278d6803a3dbf17a46ed01b68cedc92ad9
Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/560515
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/testdata/script/test_fuzz_deadline.txt
src/cmd/go/testdata/script/test_fuzz_fuzztime.txt