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

make skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options. #7882

Closed

Conversation

laithsakka
Copy link
Contributor

Summary:
More refactoring for the expression fuzzer.

  1. Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options.
  2. FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test.
  3. Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later.

Next diff :
4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options .

  1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch".

Differential Revision: D51856248

Copy link

netlify bot commented Dec 5, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 222840c
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/656f6eda27315e0008989b3d

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 5, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51856248

laithsakka added a commit to laithsakka/velox that referenced this pull request Dec 5, 2023
…er options. (facebookincubator#7882)

Summary:


More refactoring for the expression fuzzer.

1) Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options.
2) FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test.
3) Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later.


Next diff :
4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options .

1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch".

Differential Revision: D51856248
laithsakka added a commit to laithsakka/velox that referenced this pull request Dec 5, 2023
…er options. (facebookincubator#7882)

Summary:


More refactoring for the expression fuzzer.

1) Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options.
2) FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test.
3) Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later.


Next diff :
4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options .

1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch".

Differential Revision: D51856248
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51856248

…er options. (facebookincubator#7882)

Summary:


More refactoring for the expression fuzzer.

1) Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options.
2) FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test.
3) Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later.


Next diff :
4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options .

1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch".

Differential Revision: D51856248
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51856248

laithsakka added a commit to laithsakka/velox that referenced this pull request Dec 5, 2023
…er options. (facebookincubator#7882)

Summary:


More refactoring for the expression fuzzer.

1) Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options.
2) FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test.
3) Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later.


Next diff :
4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options .

1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch".

Differential Revision: D51856248
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e963545.

Copy link

Conbench analyzed the 1 benchmark run on commit e963545e.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants