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
Count,Message,Traceback,Nodes
1036,Cannot choose from an empty sequence," File ""/usr/local/lib/python3.6/site-packages/locust/core.py"", line 268, in run
self.schedule_task(self.get_next_task())
File ""/usr/local/lib/python3.6/site-packages/locust/core.py"", line 329, in get_next_task
return random.choice(self.tasks)
File ""/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/random.py"", line 258, in choice
raise IndexError('Cannot choose from an empty sequence') from None
",local
Expected behavior
TBD Load multiple web pages
Actual behavior
TBD Load is just working in some (and seems that is skipping other pages, so I can't test the load on them and the pages do exist, no 404)
Description of issue / feature request
TBD I am getting this exception:
Count,Message,Traceback,Nodes
1036,Cannot choose from an empty sequence," File ""/usr/local/lib/python3.6/site-packages/locust/core.py"", line 268, in run
self.schedule_task(self.get_next_task())
File ""/usr/local/lib/python3.6/site-packages/locust/core.py"", line 329, in get_next_task
return random.choice(self.tasks)
File ""/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/random.py"", line 258, in choice
raise IndexError('Cannot choose from an empty sequence') from None
",local
Expected behavior
TBD Load multiple web pages
Actual behavior
TBD Load is just working in some (and seems that is skipping other pages, so I can't test the load on them and the pages do exist, no 404)
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
Here is my code:
TBD - example code appreciated
The text was updated successfully, but these errors were encountered: