Skip to content
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

testing: set up nightly run that runs fuzz tests #109680

Open
RaduBerinde opened this issue Aug 29, 2023 · 2 comments
Open

testing: set up nightly run that runs fuzz tests #109680

RaduBerinde opened this issue Aug 29, 2023 · 2 comments
Labels
A-testing Testing tools and infrastructure T-dev-inf

Comments

@RaduBerinde
Copy link
Member

RaduBerinde commented Aug 29, 2023

We have a couple of tests that use Go fuzzing infrastructure:

pkg/storage/engine_key_test.go
338:func FuzzEngineKeysInvariants(f *testing.F) {

pkg/sql/sqlliveness/slstorage/sessionid_test.go
25:func FuzzSessionIDEncoding(f *testing.F) {

Fuzz tests only do something more interesting than regular tests when the -fuzz flag is used. We should set up a nightly run that does this.

Jira issue: CRDB-31052

@blathers-crl
Copy link

blathers-crl bot commented Aug 29, 2023

Hi @RaduBerinde, please add a C-ategory label to your issue. Check out the label system docs.

There was no T-eam label on the issue. Please add one so that the issue can be triaged by a team.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@blathers-crl blathers-crl bot added X-blathers-untriaged blathers was unable to find an owner T-storage Storage Team labels Aug 29, 2023
@RaduBerinde RaduBerinde removed the X-blathers-untriaged blathers was unable to find an owner label Aug 29, 2023
@RaduBerinde RaduBerinde removed the T-storage Storage Team label Aug 29, 2023
@blathers-crl blathers-crl bot added A-storage Relating to our storage engine (Pebble) on-disk storage. T-storage Storage Team labels Aug 29, 2023
@rickystewart rickystewart removed A-storage Relating to our storage engine (Pebble) on-disk storage. T-storage Storage Team labels Aug 29, 2023
@rafiss
Copy link
Collaborator

rafiss commented Sep 6, 2023

we've added a fuzz test in #105654 also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Testing tools and infrastructure T-dev-inf
Projects
None yet
Development

No branches or pull requests

4 participants