yandex / yandex-tank

Load and performance benchmark tool
Other
2.46k stars 278 forks source link

yandex-tank doesnt support zero load-scheme #25

Closed doctornkz closed 11 years ago

doctornkz commented 11 years ago

cat load.ini | grep rps rps_schedule = const(0, 10m)

ValueError: Total ammo count cannot be zero

17:58:45 ERROR: Total ammo count cannot be zero

direvius commented 11 years ago

We have to solve #26 to support pauses when child process had already finished and then we'll remove that exception.

direvius commented 11 years ago

Load scheme is not for waiting. Use shellexec.stop=sleep 5 Won't fix.