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
I start with 5000 users to simulate at a hatch rate of 500, but the test only goes to 4200.
Result in UI shows no failures, but stderr shows the following failures.
Can any help on how to fix the failures.
locustio==0.8a1 requests==2.12.4
[2017-07-21 16:17:47,559] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,559] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/locust/runners.py", line 115, in start_locust
locust().run()
[2017-07-21 16:17:47,559] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,559] myMachine/ERROR/stderr: File "/ENV3/lib/python3.6/site-packages/locust/core.py", line 104, in run
self.task_set(self).run()
[2017-07-21 16:17:47,559] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/locust/core.py", line 252, in run
self.on_start()
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ locustTest.py", line 56, in on_start
self.token = loginUser()
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ helper.py", line 18, in loginUser
'Accept':'application/json'
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/requests/api.py", line 110, in post
return request('post', url, data=data, json=json, **kwargs)
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: File "/ ENV3/lib/python3.6/site-packages/requests/adapters.py", line 473, in send
raise ConnectionError(err, request=request)
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr:
[2017-07-21 16:17:47,560] myMachine/ERROR/stderr: <Greenlet at 0x1208a9800: start_locust(<class 'locustTest.WebsiteUser'>)> failed with ConnectionError```
The text was updated successfully, but these errors were encountered:
I start with 5000 users to simulate at a hatch rate of 500, but the test only goes to 4200.
Result in UI shows no failures, but stderr shows the following failures.
Can any help on how to fix the failures.
locustio==0.8a1
requests==2.12.4
The text was updated successfully, but these errors were encountered: