ISISComputingGroup / ISISComputingGroup/IBEX
Fuzz testing on the BlockServer
Open
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
From [wikipedia](https://en.wikipedia.org/wiki/Fuzz_testing): fuzz testing or fuzzing is a software testing technique, often automated or semi-automated, that involves providing invalid, unexpected, or random data to the inputs of a computer program. The program is then monitored for exceptions such as crashes, or failing built-in code assertions or for finding potential memory leaks.
We could try this on the BlockServer in a couple of ways:
- Random or mutated config files
- Random or mutated XML or JSON send to the PVs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.