aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorsivchari <shibuuuu5@gmail.com>2024-02-26 15:08:13 +0900
committerGopher Robot <gobot@golang.org>2024-03-21 20:26:36 +0000
commit5d29578fd54d5774ff0ecbe2b1407317bf64ead8 (patch)
tree5219ff217cbf66582cc27f07f7053fc8d81de58e /api
parent0ae8468b204e454314c0f35411b15dc03c89ad30 (diff)
downloadgo-5d29578fd54d5774ff0ecbe2b1407317bf64ead8.tar.gz
go-5d29578fd54d5774ff0ecbe2b1407317bf64ead8.zip
testing: add TB.SetGOMAXPROCS function
Add a new method TB.SetGOMAXPROCS which sets variable of GOMAXPROCS. This method aims to set a variable for the isolated lifetime of the test and cleans up. And unset this when the test ends. This method disables the test or benchmark from running in parallel. Fixes: #62020 Change-Id: Iae44109d0def35cc47049c3ca4cd5306173d52ee Signed-off-by: sivchari <shibuuuu5@gmail.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/519235 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/62020.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/next/62020.txt b/api/next/62020.txt
new file mode 100644
index 0000000000..3820d88816
--- /dev/null
+++ b/api/next/62020.txt
@@ -0,0 +1,4 @@
+pkg testing, type TB interface, SetGOMAXPROCS(int) #62020
+pkg testing, method (*T) SetGOMAXPROCS(int) #62020
+pkg testing, method (*B) SetGOMAXPROCS(int) #62020
+pkg testing, method (*F) SetGOMAXPROCS(int) #62020