]> Cypherpunks repositories - gostls13.git/commit
runtime: don't run TestStackGrowth in parallel with other tests
authorCherry Mui <cherryyz@google.com>
Thu, 4 May 2023 19:11:28 +0000 (15:11 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 4 May 2023 20:09:34 +0000 (20:09 +0000)
commit0212b80eacaf03365810ea93e0380aefe8b8ab42
tree39598852e81151e0d26d5796fc5af684b8392079
parentae59562c71efa4bb5a537d7ee0f64417a8a7272d
runtime: don't run TestStackGrowth in parallel with other tests

This test calls runtime.GC quite a number of times. GC is a global
operation. To reduce interference with other tests, don't run this
test in parallel with other tests.

May fix #57601.

Change-Id: I6efadb62c4dada37a927455f5c6cd98cafb88aaf
Reviewed-on: https://go-review.googlesource.com/c/go/+/492715
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/stack_test.go