Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

Teardown step should be always executed #55

Closed crowz4k closed 3 years ago

crowz4k commented 3 years ago

Teardown step is important for the pipeline and should be always executed if we face some error in the test execution or some timeout error we need to clean resources that the pipeline created.

fedeoliv commented 3 years ago

Totally agree, thanks for that @crowz4k!