Skip to content

added fuzzing time

zakrush requested to merge zakrush/jsfuzz:fuzzTime_flag into master

Hello. JSFUZZ work with one throw. For miltithreading I tried use docker-compose with --scale flag. I see that docker-compose kill -s SIGINT command is not working, jsfuzz into docker ignored it.

docker-compose kill is exited with 137 error and didn't create cov.json file.

In my case I'm doing fuzzing for some time. If coverage is not chaning during this time worker is stopped. If cov was changed the timer is beginning again.

Time of fuzzing set by --fuzzTime flag into seconds.

Merge request reports