diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-01-04 06:24:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 06:24:52 -0800 |
| commit | fb0c2abffcb4570586b632ea84bc48ef55c69d59 (patch) | |
| tree | 25558dae06a83c038d0ccc9e8710b26f06da3a1c | |
| parent | 36b7af232fad5f5f73f755e3830c416d7a26a718 (diff) | |
| parent | 2ad53d57eae71947d777d5e4367dcf348f83cc1d (diff) | |
Merge pull request #6315 from jlsong01/update_stress_cmd
update stress installation command for go version 1.17 and later
| -rw-r--r-- | contributors/devel/sig-testing/flaky-tests.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 ``` |
