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

Introduce fuzzer tests #5844

Open
breezewish opened this issue Sep 12, 2022 · 0 comments
Open

Introduce fuzzer tests #5844

breezewish opened this issue Sep 12, 2022 · 0 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.

Comments

@breezewish
Copy link
Member

Enhancement

We have some randomized tests, for example, #5150.

In these randomized tests, the selection of operation is purely random. As an improvement, we can use fuzzers to drive these tests. Fuzzers can automatically choose input workloads based on the observation of the execution path coverage, which is much more efficient to cover different kind of branches.

@breezewish breezewish added type/enhancement The issue or PR belongs to an enhancement. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant