Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

flakiness_replayer

The execution of the script below will download an example project from github (fastjson) and instrument an arbitrary method, adding delays to that test method (sleeps).

  1. Instrument the code
$> bash demo.sh
  1. Check instrumented class was generated
$> find sootOutput

TODO: Execute the test method (need to add sootOutput in the classpath)