[Experiment] Using byte-monkey to do short-circuit testing
What is byte-monkey
Byte-Monkey is a small Java library for testing failure scenarios in JVM applications - it works by instrumenting application code on the fly to deliberately introduce faults like exceptions and latency. Original blogpost here.
Original git repo
Forked one to do short-circuit testing