locust v0.8.a1 Release Notes

Release Date: 2016-11-24 // over 7 years ago
  • Full Changelog

    Closed issues:

    • Header not entirely on camel case #503
    • Locust starts throwing failures when users > 130 (OS X) #496
    • Multiple Locust swarms override each-others stats #493
    • loop() got unexpected keyword argument #485
    • Problems installing on Mac 10.11.6 #483
    • Cannot decode 502 #481
    • ๐ŸŒ Locust can not count failure request number in WEB GUI #480
    • ใ€Questionใ€‘How locust allocate the user number with distributed mode? #478
    • Python v3 error: 'StdOutWrapper' object has no attribute 'flush' #475
    • [Question] How can I set up a thousand concurrent http server as soon as possible with python? #473
    • [Question] How can I control the speed of sending requests? #472
    • ๐Ÿ‘ป Get exception during simulating 5000 users on one mechine #471
    • ใ€Questionใ€‘Can I make request with python requests lib? #469
    • ใ€Questionใ€‘How can I send https request with locust? #468
    • 401 Unauthorized Error using HTTPLocust #466
    • Import issue when the locustfile.py contains importing self-defined class sentence #465
    • Embedded html resources #464
    • Could not find any locustfile! Ensure file ends in '.py' #463
    • ๐Ÿ‘ Contradiction on supported versions #461
    • How do I set cookies #458
    • Preserve Locust Stats? #457
    • locust RPS too low #454
    • Python 3.4,run locust error๏ผšNo module named 'core' #453
    • ๐Ÿ’ป Failure grouping in UI #452
    • TypeError: 'str' object is not callable #450
    • ERROR/locust.main: No Locust class found! #449
    • Locust won't run http request and instead just, skips ahead to the next line in the code??? #444
    • โž• add an ability for click actions such as video play button #442
    • ๐Ÿ’ป access to locust frontend from another computer #441
    • โœ… how can i add some methods to test but don't want restart locust #440
    • ๐ŸŒ selenium web driver giving error 'Fire fox has stopped working' while opening firefox window #439
    • Location #437
    • ๐Ÿ Locust web interface not starting on Windows #436
    • aborting task in on_start #435
    • โœ… Can I use locust for live streaming load testing #434
    • URLs with \# in them are not evaluated #433
    • โœ… In light of #431, is it ok to migrate to pytest? #432
    • AttributeError: 'NoneType' object has no attribute 'replace' #431
    • Missing tags for versions above v0.7.2 #428
    • using interrupt while respecting the min_time #427
    • Locust, NTLM, & Requests Sessions #426
    • ๐Ÿ‘ Is their any plan to support python 3.x? #425
    • TypeError: __init__() got an unexpected keyword argument 'server_hostname' #424
    • โœ… Test failures #422
    • Automate validation of locust #420
    • Factor out remote execution engine #403
    • requests library uses "wheel" file #134

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’… Match min/max_weight equal sign style across project #497 (alimony)
    • ๐Ÿ‘‰ Use super() for HttpSession init call #494 (detzgk)
    • โšก๏ธ Update gevent==1.1.2 #462 (di)
    • ๐Ÿ›  Fix document bug concerning '--host' option. #460 (d6e)
    • ๐ŸŒ Python 3 compatibility with --no-web option #456 (mrsanders)
    • ๐Ÿ”„ Changes to consolidate errors #451 (schuSF)
    • ๐Ÿ“š Typo fix in locust API documentation #448 (frntn)
    • โž• Adds host name to the header #447 (thaffenden)
    • ๐Ÿ›  Python 3 compatibility for slave mode. (Fixes 'locust --slave') #443 (mrsanders)
    • ๐Ÿ‘ Python 3 support #363 (pmdarrow)