]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: continued attempt to deflake the VMInfo test.
authorCosmos Nicolaou <cosmos.nicolaou@gmail.com>
Sat, 3 Feb 2024 01:12:27 +0000 (17:12 -0800)
committerCherry Mui <cherryyz@google.com>
Sat, 16 Nov 2024 02:46:19 +0000 (02:46 +0000)
commit8ac0a7c512e7c1bf6fb94feb09b2f878d8eb14a1
tree63a95ea591811be01717306735bec9ee695d69e0
parent992f63583a859c5f236059607a4691a36fa08521
runtime/pprof: continued attempt to deflake the VMInfo test.

This PR will use test.Skip to bypass a test run for which the vmmap
subprocess appears to hang before the test times out.
In addition it catches a different error message from vmmap that can
occur due to transient resource shortages and triggers a retry for
this additional case.

Fixes #62352

Change-Id: I3ae749e5cd78965c45b1b7c689b896493aa37ba0
Reviewed-on: https://go-review.googlesource.com/c/go/+/560935
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/pprof/vminfo_darwin_test.go