-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
greenlet error when used distributed locust under Python2.6 #53
Comments
Ive updated to gevent-1.0rc2 and I still have the same issue. |
pancaprima
pushed a commit
to pancaprima/locust
that referenced
this issue
May 14, 2018
* upload test file to deployed eb * enable user to upload test file to deployed eb reload list on selector after file uploaded writing files to slaves distribute file to slaves and reload the test list route config json to user fileio update directories dinamycally reload after upload, populate directory list modify interface add confirmation dialog * fix non geometric elements * fix test not reloaded when not in master slave mode, css file and alert message
pancaprima
added a commit
to pancaprima/locust
that referenced
this issue
May 14, 2018
* change dependencies order in setup.py (locustio#54) * bugfix when hide edit modal while stopping and edit modal still open (locustio#56) * rizal new feature upload test file to eb (locustio#53) * upload test file to deployed eb * enable user to upload test file to deployed eb reload list on selector after file uploaded writing files to slaves distribute file to slaves and reload the test list route config json to user fileio update directories dinamycally reload after upload, populate directory list modify interface add confirmation dialog * fix non geometric elements * fix test not reloaded when not in master slave mode, css file and alert message * erlangga feature create new json keys (locustio#52) * Revert "erlangga feature create new json keys (locustio#52)" (locustio#57) This reverts commit acccdf5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im running Pythpon 2.6.6(Centos 6.3) and I get the following error when im trying to run distributed locust.
$ locust -f locust_file.py --slave --master-host=some.master.server.com
ERROR/stderr: Traceback (most recent call last):
ERROR/stderr: File "/usr/bin/locust", line 8, in
ERROR/stderr:
ERROR/stderr: load_entry_point('locustio==0.6.1', 'console_scripts', 'locust')()
ERROR/stderr: File "/usr/lib/python2.6/site-packages/locustio-0.6.1-py2.6.egg/locust/main.py", line 365, in main
ERROR/stderr: runners.locust_runner = SlaveLocustRunner(locust_classes, options.hatch_rate, options.num_clients, num_requests=options.num_requests, host=options.host, master_host=options.master_host)
ERROR/stderr: File "/usr/lib/python2.6/site-packages/locustio-0.6.1-py2.6.egg/locust/runners.py", line 330, in init
ERROR/stderr: self.greenlet.spawn(self.worker).link_exception()
ERROR/stderr: File "build/bdist.linux-x86_64/egg/gevent/greenlet.py", line 370, in link_exception
ERROR/stderr: File "build/bdist.linux-x86_64/egg/gevent/greenlet.py", line 355, in link
ERROR/stderr: File "build/bdist.linux-x86_64/egg/gevent/greenlet.py", line 23, in init
ERROR/stderr: TypeError
ERROR/stderr: Expected callable: None
The text was updated successfully, but these errors were encountered: