hellofresh/kangal

JMeter test closed prematurely

Closed this issue · 2 comments

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

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

will try, thanks