You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this raises an exception if vegeta is not installed.
resulting in a cryptic error
packages/flood/tests/load_tests/load_test_runs.py", line 308, in _run_load_test_remotely
remote_flood_version = remote_installation['flood_version']
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
TypeError: 'int' object is not subscriptable
perhaps this command can be wrapped in a try statement and raise an error for missing vegeta?
The text was updated successfully, but these errors were encountered:
local version detection is broken if vegeta is missing
will return 1 if
which vegeta
fails:flood/flood/ops/installation_utils.py
Line 19 in 03f93c4
this raises an exception if vegeta is not installed.
resulting in a cryptic error
perhaps this command can be wrapped in a try statement and raise an error for missing vegeta?
The text was updated successfully, but these errors were encountered: