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

Fuzzing: Add more fuzzers #9249

Merged
merged 2 commits into from
Nov 22, 2021
Merged

Fuzzing: Add more fuzzers #9249

merged 2 commits into from
Nov 22, 2021

Conversation

AdamKorcz
Copy link
Contributor

@AdamKorcz AdamKorcz commented Nov 16, 2021

Description

Adds 9 fuzzers and build instructions so that OSS-fuzz can run them.
Modifies 3 fuzzers.

The fuzzers are:

  1. FuzzTabletManager_ExecuteFetchAsDba
  2. FuzzEngine
  3. FuzzSplitStatementToPieces
  4. FuzzTabletManager_ExecuteFetchAsDba
  5. FuzzParserStructured
  6. FuzzUnmarshalJSON
  7. FuzzLoadTable
  8. FuzzGetPlan
  9. FuzzNodeFormat

It furthermore modifies the string-getter helper in:

  1. FuzzAnalyse
  2. FuzzTestBuilder
  3. FuzzEqualsSQLNode

Related Issue(s)

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

Signed-off-by: AdamKorcz <adam@adalogics.com>
Copy link
Member

@frouioui frouioui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: AdamKorcz <adam@adalogics.com>
@systay systay merged commit 05222d1 into vitessio:main Nov 22, 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