Skip to content

Add multi-statement fuzzing #4

@Mytherin

Description

@Mytherin

Currently the fuzzer script/reduction script only supports single-statement fuzzing, which works to detect problems/internal exceptions/memory safety issues in individual statements (e.g. SELECT ...).

Often problems are found as a combination of statements, however. For example, creating an index followed by running a select statement. To support this we will need to add support for multi-statement fuzzing where many statements are run and reductions will re-run multiple statements (and prune unnecessary statements for triggering the found issue).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions