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 with the random numbers passed from the config file #38

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    957eae8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    239d8df View commit details
    Browse the repository at this point in the history
  2. remove new line

    hmeriann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7d56f94 View commit details
    Browse the repository at this point in the history
  3. made enble_verification, max_queries, timeout parameters optional wit…

    …h default values false, 1000, 120 respectfully; split up the Fuzz job to don't exclude to many parameters
    hmeriann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eff7866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d7cb0 View commit details
    Browse the repository at this point in the history
  5. remove timeout parameter, since it now has a default value defined in…

    … the fuzz_duckdb workflow
    hmeriann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5cbdb9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c4fdda View commit details
    Browse the repository at this point in the history