microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

add option to stop if resources can't be cleaned up #654

Open marina-p opened 1 year ago

marina-p commented 1 year ago

Description

Today, if DELETEs fail, RESTler continues.

To reduce the likelihood of causing service outages when testing with RESTler, add an option to halt the RESTler run if more than N resources of any type cannot be cleaned up.