Skip to content

Remove randomization in unit tests #1

@edtanous

Description

@edtanous

There's randomization currently in unit tests. For fuzz-type use cases, this should be moved to a real fuzzer (AFL or similar).

It's also very likely that we could just fuzz the entire address space in a unit test. We should avoid randomization that isn't selectable, as it's lead to hard-to-reproduce bugs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions