Skip to content

Commit fb0c2ab

Browse files
authored
Merge pull request #6315 from jlsong01/update_stress_cmd
update stress installation command for go version 1.17 and later
2 parents 36b7af2 + 2ad53d5 commit fb0c2ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributors/devel/sig-testing/flaky-tests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Finally, you can stress test the unit test using the
215215
with this command:
216216

217217
```sh
218+
# go version 1.17 and later
219+
go install golang.org/x/tools/cmd/stress@latest
220+
221+
# go version prior to 1.17
218222
go get golang.org/x/tools/cmd/stress
219223
```
220224

0 commit comments

Comments
 (0)