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

[Feature Request] enable resource clean-up after every test to support quota #615

Closed ruowan closed 2 years ago

ruowan commented 2 years ago

💡 Idea

By default, Restler executes an independent set of API calls for each test. This is to ensure that each test result is independent. And restler will create a lot of resource in one run.

Due to there are limitations in quota, so restler should support option to control the number of created resources.

Design Notes

No response

marina-p commented 2 years ago

Implemented #618 to clean up resources after every sequence.

Note: #618 is only applicable in 'Test' mode without checkers - checkers may create additional resources which can exceed quota.

Changing the title and closing the issue per offline discussion.