-
Notifications
You must be signed in to change notification settings - Fork 18k
x/website: write a guide for fuzzing #48255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We should reconsider what documentation should be part of the go command and where that should be located. Currently, I'm thinking:
|
Checking in on this issue as it's labeled a release blocker for Go 1.18. Is there any update? |
Not yet. There are a lot of fuzzing issues. We'll get to them as soon as we can. This one can be done during the freeze. |
Change https://golang.org/cl/363754 mentions this issue: |
Link to /doc/fuzz from /doc#learning. Updates golang/go#48255 Change-Id: Ib93373f8e1fb24144dbcded5d5656be575f6bc2e Reviewed-on: https://go-review.googlesource.com/c/website/+/363754 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Julie Qiu <julie@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Website-Publish: Dmitri Shuralyov <dmitshur@google.com>
@katiehockman Checking in on this as a release-blocking issue. Is there more left to do here? |
There is more to do on it, and it's in progress. I can remove the release-blocker label though, as we'll keep working on it and get as much done before the release as we can. |
Change https://golang.org/cl/370676 mentions this issue: |
Change https://golang.org/cl/370635 mentions this issue: |
For golang/go#48255 Change-Id: Icd94e0455a3f4c3bfdc8800e89a956d4258b847e Reviewed-on: https://go-review.googlesource.com/c/website/+/370676 Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
For golang/go#48255 Change-Id: I310ec039345f2c4e3c9592ef92ae748b2b32bd3b Reviewed-on: https://go-review.googlesource.com/c/website/+/370635 Trust: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <bracewell@google.com>
Change https://golang.org/cl/371394 mentions this issue: |
Also fix the formatting of the doc. For golang/go#48255 Fixes golang/go#50142 Change-Id: I24fdd5ae623fc7653c5034078d7cc080f2011aa9 Reviewed-on: https://go-review.googlesource.com/c/website/+/371394 Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://golang.org/cl/372314 mentions this issue: |
Change https://golang.org/cl/372434 mentions this issue: |
For golang/go#48255 Change-Id: I41f6fa5ad6eee14c265bb537fda7e4ca3ef62404 Reviewed-on: https://go-review.googlesource.com/c/website/+/372314 Reviewed-by: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
For golang/go#48255 Fixes golang/go#48717 Change-Id: Ie87c09b9e031a2221ca77d33c4e8140d787a33d2 Reviewed-on: https://go-review.googlesource.com/c/website/+/372434 Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com> Trust: DO NOT USE <katiehockman@google.com>
Change https://golang.org/cl/376434 mentions this issue: |
For golang/go#48255 Change-Id: I15476144618cce3b0405a4b587aec30452b93bf9 Reviewed-on: https://go-review.googlesource.com/c/website/+/376434 Reviewed-by: Roland Shoemaker <bracewell@google.com> Trust: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
@katiehockman Is there more to do here for 1.18? Thanks. |
Nope I think we're in a pretty good spot at this point, and new things can be added at any time, so it isn't really tied to a release anymore. I'll go ahead and just close this. |
Hi @katiehockman , I see this is closed, but not sure this warrants opening a new issue. The
I am using "go version go1.18beta2 darwin/amd64" I actually found this ticket because I was hoping to find if there is some 'eta' when fuzzing stops running. I am running the FuzzHex example and still running after 22 minutes on 12 cores, 64 GB. I assume we want to test everything, but unclear am I suppose to stop it? update: I did stop it, and based on other issues (like rust fuzz), I have come full circle (to explain or link to more operational details).
|
Feel free to file a separate issue with those documentation suggestions, just in case I can't get to it soon. Thanks for pointing that out. |
Link to /doc/fuzz from /doc#learning. Updates golang/go#48255 Change-Id: Ib93373f8e1fb24144dbcded5d5656be575f6bc2e Reviewed-on: https://go-review.googlesource.com/c/website/+/363754 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Julie Qiu <julie@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Website-Publish: Dmitri Shuralyov <dmitshur@google.com>
For golang/go#48255 Change-Id: Icd94e0455a3f4c3bfdc8800e89a956d4258b847e Reviewed-on: https://go-review.googlesource.com/c/website/+/370676 Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
For golang/go#48255 Change-Id: I310ec039345f2c4e3c9592ef92ae748b2b32bd3b Reviewed-on: https://go-review.googlesource.com/c/website/+/370635 Trust: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <bracewell@google.com>
Also fix the formatting of the doc. For golang/go#48255 Fixes golang/go#50142 Change-Id: I24fdd5ae623fc7653c5034078d7cc080f2011aa9 Reviewed-on: https://go-review.googlesource.com/c/website/+/371394 Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
For golang/go#48255 Change-Id: I41f6fa5ad6eee14c265bb537fda7e4ca3ef62404 Reviewed-on: https://go-review.googlesource.com/c/website/+/372314 Reviewed-by: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
For golang/go#48255 Fixes golang/go#48717 Change-Id: Ie87c09b9e031a2221ca77d33c4e8140d787a33d2 Reviewed-on: https://go-review.googlesource.com/c/website/+/372434 Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com> Trust: DO NOT USE <katiehockman@google.com>
For golang/go#48255 Change-Id: I15476144618cce3b0405a4b587aec30452b93bf9 Reviewed-on: https://go-review.googlesource.com/c/website/+/376434 Reviewed-by: Roland Shoemaker <bracewell@google.com> Trust: Bryan Mills <bcmills@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
We expect to have many users that are encountering fuzzing for the first time. We should write a thorough guide on how to use fuzzing effectively with that audience in mind.
An introductory guide should cover, at minimum:
go test -fuzz=target
, with information about relevant flags.Some advanced topics that could be covered in other guides:
The text was updated successfully, but these errors were encountered: