Introduce fuzzer tests #5844
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.
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.
The text was updated successfully, but these errors were encountered: