From 2ad53d57eae71947d777d5e4367dcf348f83cc1d Mon Sep 17 00:00:00 2001 From: jlsong01 Date: Mon, 3 Jan 2022 00:08:16 +0800 Subject: update stress installation command for go version 1.17 and later --- contributors/devel/sig-testing/flaky-tests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributors/devel/sig-testing/flaky-tests.md b/contributors/devel/sig-testing/flaky-tests.md index e90a6785..115ff1c9 100644 --- a/contributors/devel/sig-testing/flaky-tests.md +++ b/contributors/devel/sig-testing/flaky-tests.md @@ -215,6 +215,10 @@ Finally, you can stress test the unit test using the with this command: ```sh +# go version 1.17 and later +go install golang.org/x/tools/cmd/stress@latest + +# go version prior to 1.17 go get golang.org/x/tools/cmd/stress ``` -- cgit v1.2.3