hellofresh / kangal

Run performance tests in Kubernetes cluster with Kangal
Apache License 2.0
161 stars 22 forks source link

JMeter test closed prematurely #266

Closed ricardasomni closed 1 year ago

ricardasomni commented 1 year ago

Started JMeter test for 240 minutes, but it was shut down automatically after ~30 minutes. Is there a limit for max test duration?

lucasmdrs commented 1 year ago

Hi @ricardasomni

By default Kangal controller deletes loadtests that exceed 1h , I'm not sure if that's what happened in your case, but you can try disabling this behavior if you set the CLEANUP_THRESHOLD=0

ricardasomni commented 1 year ago

will try, thanks