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

mysql_fuzzer: Make more calls during each iteration #7766

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

AdamKorcz
Copy link
Contributor

Since each iteration spends lots of time setting up the necessary infrastructure, we increase the number of calls to the target API during each iteration.

For performance, we parse each mysql statement in the very beginning and abort if it is invalid sql.

Signed-off-by: AdamKorcz <adam@adalogics.com>
@systay systay merged commit e053443 into vitessio:master Apr 5, 2021
@askdba askdba added this to the v10.0 milestone Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants