dolthub / fuzzer

Fuzzer for Dolt repositories
3 stars 1 forks source link

Dolt Fuzzer

This tool has the core ability to randomly generate a collection of Dolt repositories, and to perform some kind of action(s) on them. This is for the purpose of fuzzing Dolt. All generated repositories will be created based on the parameters from the configuration file.

Commands are a way to interact with the generated repositories in some way, or to influence the generation itself. If no command is given to the fuzzer, then a repository is generated as mentioned earlier. However, commands may hook into the generation phase or provide a test routine. For more information on the commands, please view the README in the relevant folder.

Configuration

General Configurable Options

Section Breakdown