We have a load testing pipeline using the Taurus Runner extension, but sometimes it doesn't complete the task when the JMeter test is done. And the consequence is that the pipeline runs until it reaches the timeout and get canceled (in this case tests were supposed to run 30min, and it failed after 6h. The tests did run for 30 minutes only)
Does someone know how I can avoid that in the future?
Because we run the load tests once a week as it needs to run against a prod "like" environment, which is expensive.
We have a load testing pipeline using the Taurus Runner extension, but sometimes it doesn't complete the task when the JMeter test is done. And the consequence is that the pipeline runs until it reaches the timeout and get canceled (in this case tests were supposed to run 30min, and it failed after 6h. The tests did run for 30 minutes only)
configuration:
Here is the YAML of the pipeline:
Does someone know how I can avoid that in the future? Because we run the load tests once a week as it needs to run against a prod "like" environment, which is expensive.