-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
misc(fuzzer): Rename ArgGenerator and argsOverrideFuncs to ArgTypesGenerator and argValuesGenerators #12283
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D69286324 |
Summary: Make expression fuzzer generate input vectors of valid JSON strings for the json_parse function. To test corner cases, the JSON strings may be randomly truncated or inserted with a space character. Differential Revision: D67820571
This pull request was exported from Phabricator. Differential Revision: D69286324 |
…nerator and argValuesGenerators (facebookincubator#12283) Summary: Pull Request resolved: facebookincubator#12283 Rename ArgGenerator and argsOverrideFuncs used in expression fuzzer to ArgTypesGenerator and argValuesGenerators to differentiate generators for types and values of arguments. Differential Revision: D69286324
d601e22
to
53243f0
Compare
This pull request was exported from Phabricator. Differential Revision: D69286324 |
…nerator and argValuesGenerators (facebookincubator#12283) Summary: Pull Request resolved: facebookincubator#12283 Rename ArgGenerator and argsOverrideFuncs used in expression fuzzer to ArgTypesGenerator and argValuesGenerators to differentiate generators for types and values of arguments. Differential Revision: D69286324
53243f0
to
f41f2b4
Compare
This pull request was exported from Phabricator. Differential Revision: D69286324 |
…nerator and argValuesGenerators (facebookincubator#12283) Summary: Pull Request resolved: facebookincubator#12283 Rename ArgGenerator and argsOverrideFuncs used in expression fuzzer to ArgTypesGenerator and argValuesGenerators to differentiate generators for types and values of arguments. Differential Revision: D69286324
f41f2b4
to
445efe1
Compare
…nerator and argValuesGenerators (facebookincubator#12283) Summary: Pull Request resolved: facebookincubator#12283 Rename ArgGenerator and argsOverrideFuncs used in expression fuzzer to ArgTypesGenerator and argValuesGenerators to differentiate generators for types and values of arguments. Differential Revision: D69286324
This pull request was exported from Phabricator. Differential Revision: D69286324 |
445efe1
to
68ccf9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this is much clearer!
Summary: Rename ArgGenerator and argsOverrideFuncs used in expression fuzzer to ArgTypesGenerator and argValuesGenerators to differentiate generators for types and values of arguments.
Differential Revision: D69286324