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

feat(fuzzer): Constrained input generators for fuzzers #11368

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kagamiori
Copy link
Contributor

@kagamiori kagamiori commented Oct 28, 2024

Summary:
This diff adds the constrained input generators for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as json functions and
timestamp with timezone functions, etc.

Differential Revision: D65101030

@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 Oct 28, 2024
@facebook-github-bot
Copy link
Contributor

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

Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 8a5d268
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/674fd151aa056c0008dec47b

@kagamiori kagamiori changed the title Constrained input generators for fuzzers [WIP] Constrained input generators for fuzzers Oct 28, 2024
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 5, 2024
Summary:

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as cdf functions, subscript functions, 
etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 5, 2024
Summary:

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as cdf functions, subscript functions, 
etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

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

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
@assignUser
Copy link
Collaborator

Same here ;) Please set WIP PRs into draft mode (does not notify codeowners) until you want a review to reduce notification volume for codeowners :)

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 12, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 18, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 18, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 18, 2024
Summary:
Pull Request resolved: facebookincubator#11368

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as cdf functions, subscript functions,
etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 22, 2024
Summary:

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as cdf functions, subscript functions, 
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 23, 2024
Summary:

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as cdf functions, subscript functions, 
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Nov 26, 2024
Summary:

DO NOT REVIEW FOR NOW.

This diff adds a prototype of the constrained input generator for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as cdf functions, subscript functions, 
etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 3, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and cdf 
functions, etc.

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

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

@kagamiori kagamiori changed the title [WIP] Constrained input generators for fuzzers feat(fuzzer): Constrained input generators for fuzzers Dec 3, 2024
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 3, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 3, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 3, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 4, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 4, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

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

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

…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 4, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

Differential Revision: D65101030
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 4, 2024
…ator#11368)

Summary:

This diff adds the constrained input generators for fuzzers. These generators can be 
used to generate random data satisfying given constraints, needed for fuzzers for testing 
functions that have special requirement on input data, such as json functions and 
timestamp with timezone functions, etc.

Differential Revision: D65101030
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants