]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestGoroutineLeakProfile under mayMoreStackPreempt
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 2 Oct 2025 19:15:34 +0000 (19:15 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 2 Oct 2025 19:33:25 +0000 (12:33 -0700)
commit0e4e2e68323df08d9e4c876e5abc5b549bd247f5
tree123c4d83d704579e9b056afaedb27d2f8f57f03d
parentf03c392295cfd57c29c92fcc300181f8016cf5ac
runtime: skip TestGoroutineLeakProfile under mayMoreStackPreempt

This may be the long-term fix, but we first need to understand if this
just makes the tests flaky, or if it's revealing an actual underlying
issue. I'm leaning toward the former. If it is the former, ideally we
just make the tests robust (wait longer, maybe?).

For now, this change will make the longtest builders OK again.

For #75729.

Change-Id: If9b30107d04a8e5af5670850add3a53f9471eec6
Reviewed-on: https://go-review.googlesource.com/c/go/+/708715
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/runtime/goroutineleakprofile_test.go