Skip to content

Latest commit

 

History

History
1068 lines (941 loc) · 96.5 KB

CHANGELOG.md

File metadata and controls

1068 lines (941 loc) · 96.5 KB

Change Log

0.12.2 (2019-10-26)

Full Changelog

Fixed bugs:

  • Installing 0.12.1 requires "pipenv lock --pre" #1116
  • Strange behavior of "Total Requests per Second" chart #889
  • Response time graph seems to be an average of all data #667
  • Totals Clarity in Web Results #629
  • on_request_xxx checks exiting condition against the wrong number #399
  • [0.7.3] Total fails percentage calculated wrong on console #384
  • URL names in dashboard are not HTML escaped #374
  • Percentage of fails in Total line is greater than 100% #357
  • Exceptions tab not working for on_start method #269
  • Percentile response time anomalies at 100% #254
  • log.py's StdErrWrapper swallows fatal stacktraces #163
  • Slave count doesn't get updated in the UI if no more slaves are alive #62
  • Exit with code 1 on greenlet exceptions #665 (jnschulze)

Closed issues:

  • Samples with response_time None crashes stats.py #1087
  • Requests Per Second Plot Breaks When There are too Many Unique URLs #1059
  • UI 'stop' button does not stop test #1047
  • Performance degradation for constant wait time #1042
  • Failure percentage being reported incorrectly #1006
  • Start on_stop not before on_start has finished #969
  • Possible typo in docs #946
  • Control time window for RPS calculation #792
  • 500 URL limit #786
  • custom client from locust documentation doesn't work at all #771
  • separate charts for requests per second and average response time #688
  • schedule_task and data driven load test methodology #633
  • locust's statistic collect N/A records #626
  • how to make all locust users wait after executing on_start method ? #611
  • EventHook() fired when locust user has stopped #604
  • Is there a way to de-register slave with master on a slave node shutdown? #603
  • Unable to Stop locust from Web interface occasionally #602
  • no-web performance data saved #601
  • Can you add or can I create a Pull Request to accept a command line option that would enable ALL events (http requests) to be logged to a file/location? #576
  • Median response times off #565
  • Dedicated Vuser for each API #564
  • running-locust-distributed missing information on worker model #492
  • locust executes more number of times than I expected #455
  • Some uncertain for RPS #367
  • Support for distributing arbitrary arguments to Locust [Proposal] #345
  • Error running distributed mode on Fedora and CentOS #271
  • RPS for Total shows the instant RPS #262
  • grouping requests after redirect #251
  • Locust can not run distributed with the web interface disabled #189
  • Documentation on how to best configure a (linux) machine to run locust #128
  • See what request generated a failure #103
  • Support for plugins #34

Merged pull requests:

  • fix self.client call in code examples #1123 (cyberw)
  • Escape HTML entities in endpoint names #374 #1119 (peterdemin)
  • Revert "Exit with code 1 on greenlet exceptions" #1115 (heyman)
  • Table layout fix to use available space better #1114 (heyman)
  • Fix rounding error when spawning users from multiple locust classes #1113 (heyman)
  • Add __main__.py file #1112 (jdufresne)
  • Remove 'dist: xenial' from Travis configuration #1111 (jdufresne)
  • Add Python 3.8 to the test matrix #1110 (jdufresne)
  • Fix empty bytearray(b'') returned when using catch_response=True #1105 (skivis)
  • Add an option (--stop-timeout) to allow tasks to finish running their iteration before exiting #1099 (cyberw)
  • Allow None response time for requests #1088 (cyberw)
  • Fixed issue with Total Requests Per Second plot #1060 (williamlhunter)
  • Tox: Add flake8 tests to find Python syntax errors and undefined names #1039 (cclauss)
  • Fix frontend bugs. #822 (omittones)
  • Switch from using optparse to argparse for command line arguments #769 (jdufresne)
  • Allow skipping the logging setup #738 (Exide)
  • Added link to an Ansible role as a 3rd party tool. #704 (tinx)

0.12.1 (2019-10-18)

Full Changelog

Fixed bugs:

  • AttributeError: 'module' object has no attribute 'sleep' #1023

Closed issues:

Merged pull requests:

  • Remove concurrency from coverage #1102 (mbeacom)
  • Adding TCP Keep Alive to guarantee master-slave communication after i… #1101 (albertowar)
  • Resolve time import error in exception_handler #1095 (ajt89)

0.12.0 (2019-10-01)

Full Changelog

Fixed bugs:

  • response time has too many decimal places in the web statistics page #1081
  • Fail ratio calculation for individual requests is incorrect #991

Closed issues:

  • Distributed load test k8s and openshift #1100
  • Official docker image does not actually exist #1092
  • Connection Refused for http://localhost:8089/stats/requests in Locust non web UI mode #1086
  • Sequence does not get past first nested sequence. #1080
  • Support for asynchronous requests #1079
  • Monitoring of server system information being tested #1076
  • Logged stats show incorrect failure percentage #1074
  • Identical exceptions are not aggregated and counted together #1073
  • --no-web -r 1 -c 10 -t 5s --expect-slaves=1 #1071
  • Is it possible to start all tests in locust immediately? #1070
  • UI stops updating stats/charts when connection is interupted #1068
  • When running distributed, stop the test if certain condition is met #1067
  • Is it possible to autoscale slaves? #1066
  • docs.locust.io out of date #1064
  • unable to load testing of webmethod (.asmx) #1061
  • Distributed master hangs #1058
  • locust swarm can not control the machine over internet #1056
  • Total Requests per Second not plotting #1055
  • No module named 'HTTPLocust' #1054
  • Call wait function in on_start #1053
  • The locust interface does not start #1050
  • why drop the "-n "prameter after version 0.8 #1048
  • Looking for proxy settings will slow down the default http client #1044
  • Does the statistic data use int type? #1043
  • simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) #1041
  • Locust load testing for websites #1034
  • Failure Control #1033
  • Number of users reduce after running for 1min #1031
  • Even with min_wait and max_wait == 0, I cannot break 100 requests per second. Why is that? #1030
  • some Strongly expectation of Locust as a Senior performance test engineer #1029
  • The “FAILURES” show on Web UI is error #1028
  • Is there any approach to share a file among hatched users? #1022
  • Does the web UI has authentication? #1021
  • what dose total number means in distribution csv? #1019
  • What does hatch_rate mean? #1018
  • Multi tenancy? #1017
  • 500 RPS per client limit? #1015
  • locustfile as configmap -> Could not find any locustfile! Ensure file ends in '.py' #1012
  • Add easy way to use FastHttpLocust #1011
  • Allow custom options to be passed to locust test #1010
  • How to custom the Web UI #1009
  • Run results show tasks action ratio may be incomprehensible。 #1003
  • Start on stop bugged #998
  • RPS always lower than User counts #997
  • springboot restapi HTTPError 500 #996
  • help: I think my result is False? #995
  • Website: broken links to ESN and Younited #988
  • Request: automatic RPS \ max workers #986
  • Multi-threading Tasks? #985
  • When time to run (-t) timed out, pending requests seems to be aborted, and the (latest) responses get lost #984
  • error: no commands supplied ....!!!!! #983
  • Unable to stop load from web UI with 0.11.0 #981
  • Failure events not being recorded #979
  • RPS will become to 0 in distributed mode #971
  • Stddev and SEM #959
  • ERROR: manifest for locustio/locust:latest not found #958
  • support async tasks? #924
  • Web UI does not stop slave servers #911
  • Request template #879
  • Reset failures and/or exceptions #826
  • Add support for downloading all failures to a CSV #675
  • Locust exits with 1 on timeouts / errors #560
  • Why the "RPS" generated by locust is much fewer than other performance testing tools ? #277

Merged pull requests:

0.11.1 (2019-03-19)

Full Changelog

Closed issues:

  • locust master crashes on Python 3.7: AttributeError: 'bytes' object has no attribute 'encode' #980
  • Locust can not run in distributed mode in v0.10.0 #978

Merged pull requests:

0.11.0 (2019-03-14)

Full Changelog

0.10.0 (2019-03-13)

Full Changelog

Fixed bugs:

  • filenames with several dots fails #940
  • Percentiles rounding error #331

Closed issues:

  • Installed in virtualenv but locust command not found (macOS Mojave 10.14) #976
  • how can I send https request with locust when I already have been authentication.. #966
  • How to understand -c when I run locust with no-web mode? #965
  • FunctionNotFound('random_uuid is not found.',) #964
  • HttpLocust class instance variable not set for all users during setup #957
  • locust.runners.MasterLocustRunner failed with ExtraData #956
  • Use pytest tests as locust tasks #955
  • Time limit reached,but test does not stop,throw GreenletExit exception #953
  • Bug: Locust master doesn't remove killed slave #951
  • How to pass multiple request under same @task. Eg: If I need to pass diferrent key for same get, how to do that? Is parameterization exist? #948
  • multiple user behaviour #947
  • seq_task does not work #937
  • locust no-web mode #933
  • reqs/sec is much lower than expected #931
  • --only-summary does not show the summary results #922
  • locust http request size #921
  • Retrieving/saving current number of users #920
  • OpenVAS - ERROR: ('Connection aborted.', BadStatusLine("''",)) #918
  • git changelog page on v0.9.0 return 404 #913
  • locust: error: no such option: -n #912
  • Next version plans #907
  • Need a way for "Device" Locust class to pass a value to the TaskSet #906
  • --only-summary does not show the summary results #905
  • Locust Report Ui Last column is not displaying #903
  • mogul,help me,when i use “sudo pip install locustio”to install, after i use“locust --help”,What should I do if I give an error #902
  • Unable to Get Statistics with --csv or Web Mode when running distributed. #901
  • Locust slave will not start when attempting to start via Node.js SSH2 connection. #900
  • Changelog page in github referenced from docs.locust.io returns a 404 #898
  • slave client_id collisions in large environments #894
  • Put a big sign "you must reload this page before any stats are displayed" somewhere on the web interface #893
  • Wrong statistic of total request count with 0.9.0 #892
  • Questions: #890
  • Strange behavior of "Total Requests per Second" chart #888
  • Locust 0.9.0 slave TypeError: __init__() takes exactly 1 argument (2 given) #887
  • KeyError on weighted tasks #886
  • How do I view the maximum concurrency in 1 second during runtime? #880
  • locust command is not found on parrot security, even when it is successfully installed #878
  • use the FastHttpLocust,how to get cookies ? #861
  • Immediate crash under python 3.7 #852
  • Release 0.9.0 and document release steps #842
  • Extended socket protocol #776
  • Feature request: on_quit() #248

Merged pull requests:

0.9.0 (2018-09-01)

Full Changelog

Fixed bugs:

  • About displays improperly #696
  • Unclear how to interpret numbers #303

Closed issues:

  • a crash bug for master #869
  • I started 50 users, but i found there are 100 tomcat connections established at that time, why.... #866
  • Error is raised: AttributeError: 'RequestStats' object has no attribute 'log_request' #865
  • Two locust packages in pypi #863
  • Locust "ConnectionError(ProtocolError('Connection aborted.', error(111, 'Connection refused')),)" #862
  • Comparison of performance test results between locust and jmeter #859
  • Locust fails to execute from Windows 10 #854
  • Assign Locust Behavior Programmatically -- Code Example #847
  • Wrong statistic of total request count #846
  • Locust freezes after a while (python 3.7) #843
  • how to send post reqeusts body type is raw #840
  • Segmentation Fault (core dumped) under python 3.7 #839
  • Don't rely on obsolete msgpack-python #837
  • how to install locust 0.8 instead locust 0.8.1 hand #834
  • does have url to get the response time distribution? #833
  • stats with all zeros for clients > 1 #832
  • setup() should always run after __init__() #829
  • How locust calculate average response time and R/S for users #828
  • Please check my contribution. #824
  • Synthetic monitoring #821
  • Locust slaves eat all available memory when working with a failing service #816
  • Using Python's multiprocessing on Master #812
  • How to perform basic authentication? #811
  • No module named pkg_resources #810
  • Locust does not work because gevent has been updated to 1.3.2 #809
  • IndexError: Cannot choose from an empty sequence #803
  • self.locust.drop_current_runner() #802
  • Scraping google search result #800
  • branch geventhttpclient need a update #795
  • locust inactivity after reaching 9000 user issue #791
  • Include LICENSE file in sdist #788
  • How to have Locust Master dynamically allocate users to slaves #787
  • slave run in docker didn't work. #784
  • How to call on_start before each testcase, like setup in unittest? #781
  • Locust clusters, but workers never hatch #780
  • When maximum num=1 this will raise exception "Maximum number of requests reached" #778
  • 100% number smaller than 99% in Percentage of the requests completed within given times #777
  • Can't define unique characteristics for each locust #775
  • invaild Locust(HttpLocust) class attribute: host #773
  • URL requests containing “/#/” are all seen as “/” then failing when running on Locust.io #768
  • Docker image and Kubernetes chart out of date at 0.7.5 #767
  • Wrong tasks weight calculation over several TaskSet's #766
  • Need multi level rampup pattern #765
  • Documentation link at https://docs.locust.io doesn't point to current release docs #764
  • website down #763
  • TypeError: must be string or buffer, not None #754
  • Does POST request create a entry in the DB? #752
  • SSL Error when using Http Request #751
  • print statements are not appearing on console when -n is 1 #750
  • Error - Get_next_task return random.choice(self.tasks) and Random.py choice raise IndexError('Cannot choose from an empty sequence') from None) #748
  • Default implementation of on_request_success and _failure lacks **kwargs declaration #745
  • Question: https://pypi.python.org/pypi/locust/0.8 #744
  • Not able to record failures in report #739
  • Tested website unresponsive #737
  • New Connection in locust #736
  • Does locust creates a new instance/thread per locust user of httplocust class ? #734
  • How I share auth cookie with the rest of tasks only for current locust user? #733
  • how to run the master branch #732
  • On the same server,jmeter can run 20000rps,but locust only 5000rps #727
  • Connect slave nodes from remote server to master node on local machine #726
  • a report plugin.Anyone interested? #723
  • Severe difference in RPS when adding more than two URLs #722
  • Start distributed test with multiple slaves with one command. #721
  • Logo changes #716
  • Locust does not count RPS if all requests fails #715
  • Looking for a different flavor of on_start() behavior #714
  • Option to Print Failure to Console? #711
  • Reach to 3k RPS #710
  • Rename RPS #709
  • AWS locust sitting idle #707
  • Couldn't pass 200 request / second #705
  • Preparing a Linux server for Locust load tests #700
  • When a slave process crashes and restarts, the master counts and waits for input from both #699
  • Unusual behavior from graphs #690
  • Chart is wrong #689
  • ioerror cannot watch more than 1024 sockets #684
  • Locust distributed noweb does not honour --num-request option #682
  • Locust pure python RPC not working in distributed mode (this makes, message seem confusing) #680
  • Limit of 500 requests in /stats/requests end-point #679
  • No users count send in hatch_complete #678
  • --no-reset-stats should be on by default #672
  • 'Response' object has no attribute 'failure' in python3.5.3 #671
  • Sometimes the rps is 0 #670
  • Install breaks on Win7 Py3.3 Locust 0.8.1 #668
  • Inaccurate response time? #663
  • all tests results suddenly turned to all 0 #662
  • How do we control the Clients in Locust? #659
  • failure to install the latest version locust #648
  • Always get errors when I run testing. #645
  • Locust test results #639
  • memory issue #636
  • Stderr connection error ( python3.6), but no failures on UI #625
  • Ability to disable SSL certificate verify #619
  • tasks are not shown in locust UI statistics #591
  • Installation failure on Mac OS 10.12.4 #582
  • Specify host header and send request against IP #581
  • Ability to set a specific number of simulated users per Locust class #575
  • Slave hangs when started before master #571
  • Is there a way to setup/teardown before running the load tests #553
  • Never loads? #302
  • Retrieving stats when running with --no-web #290
  • In distributed mode, not all stats are collected/displayed in the 'main' UI #217
  • URL_PREFIX feature for web UI? #149
  • (libev) select: Invalid argument when trying to go past 1k users #121
  • Command line option to specify the duration to run #71
  • Setup/teardown hooks #59
  • Define wait times by function instead of variable #18

Merged pull requests:

v0.8.1 (2017-09-19)

Full Changelog

Closed issues:

  • Release new Locust version #657
  • make test is failing on 0.7 tags due to Flask 0.12 #637
  • num-requests bug #512
  • Run the tests for the specified time #196
  • Remove support for plain sockets for master/slave communication #14

Merged pull requests:

  • Refactored stats code and display median as well as 95% percentile response times in web UI's charts #549 (heyman)

v0.8 (2017-09-19)

Full Changelog

Closed issues:

  • Infinite recursion error when testing https sites #655
  • website SSL #644
  • Using locust to query Cassandra #569

Merged pull requests:

v0.8a3 (2017-09-15)

Full Changelog

Fixed bugs:

  • Web UI bug when url is very long #555
  • gevent.hub.LoopExit exeption, python threading and twisted reactor #397
  • OpenSSL handshake error #396
  • sending POST image in client.post() never receives Request.FILES #364
  • Some of the requets total stats are missing when printing them to console #350
  • Web UI Freezing #309
  • Template request name too long #263
  • Test file can not be named locust.py (or any other name that is the same as an existing python package) #138
  • Prohibits the locustfile from being named 'locust.py' #546 (cgoldberg)
  • Truncate number of errors displayed in the web UI #532 (justiniso)

Closed issues:

  • Move Locust to the Erlang BEAM #653
  • Libev over libevent and gevent suggested wsgi? #649
  • How to filter certain requests when generating reports? #647
  • Can't find new charts in v0.8a2 #643
  • Have anyone tried setting up locust on Azure scale set ? #642
  • Issue with indendation on a PUT request (Newbie) #641
  • How to know why the server is down ? #640
  • Locust throwing connection error failures #638
  • Can't run test via locust command line #635
  • ImportError if there is a "core" module in project #630
  • ModuleNotFoundError in Python 3.6 OSX 10.12 #627
  • the edit has bugs in distributed mode #623
  • No Locust class found #621
  • Display website on dashboard #620
  • Latest 0.8a2 version build doesn't meet changelog #618
  • locust doesn't record all the requests #615
  • Summary shows 0 when request(num_request) completed before all users get hatched #610
  • Unable to run the locustfile example #607
  • How many locust-workers can I add to a locust-master? #605
  • Distributed mode question/concern #600
  • bump gevent version #598
  • unlimited users #597
  • Windows Authentication support? #595
  • Non-200 i.e. 202 status codes are note logged as successes #594
  • Running locust tests as a list of scenarios #590
  • Port locust.io to HTTPS #589
  • Custom Request/sec exit code #587
  • reqs/sec is lower than other tools result #586
  • Inform users about unsuccessful POST requests #585
  • HttpSession can't handle HTTP 301 with Location: https,https:// #584
  • Not have option --no-reset-stats #583
  • ModuleNotFoundError: No module named 'cobra.core.model' in python3 #580
  • Summary result #578
  • OSX limited to running ~200 users #574
  • How to create multiple task_set in http locust class? #573
  • ImportError: No module named 'core - Python 3.5.0, 3.5.2 #572
  • Successfully installed but locust command not found on macOS Sierra 10.12 #568
  • How to stop once a user finishes it's set of Tasks. #567
  • rendezvous implementation of Locust? #563
  • Missing not reset stats option. #562
  • Is there a way to share data among emmulated users? #561
  • locust run in windows 10 ,error: failed to create process #559
  • 【Question】"Address family not supported by protocol" when start the test #556
  • Where to find the RPS chart? #554
  • request: bandwidth consumption #551
  • self._sleep() should not be private. #550
  • MQTT with python over proxy #548
  • "Connection reset by peer" failure When doing local test with lost ( >1000) concurent users #545
  • How to monitor cpu and memory? #544
  • Stress test with probobuf format? #543
  • Setting a CookieJar #542
  • Bugs in show_task_ratio and show_task_ratio_json #540
  • Incorrect calculation of avg_response_time and current_rps in no_web mode #538
  • Release for 0.8.0 #533
  • No module named 'core' error #531
  • on_start function calls for every hatch #529
  • Add Python 3.6 to build pipeline #527
  • Python v2 exception on import ipdb - StdOutWrapper has no attribute 'flush' #526
  • SSL error:self signed certificate #524
  • How to use locust? #522
  • Sending multipart/form-data #521
  • How to display QOS metrics ? #520
  • Allow importing swagger files #519
  • stats & counters are reset during test #513
  • slack channel for locust dev #511
  • Variance/Standard Dev. or something #508
  • RPS value drops after a long run #507
  • raise an error in Python3 #506
  • Function result does not get saved into variable if function call spans two lines #505
  • calling taskset and tasks on if else conditions #504
  • pip install old version #502
  • Documentation for directory structure and working directory for complex locust projects #500
  • pydoc.locate breaks after importing locust #499
  • How to build locust on local machine #498
  • Secure data transfer between master/slave in different geographical regions #491
  • Closing old issues and PRs #490
  • Proposal: apdex in reports #489
  • Problem with nested dictionary #488
  • [question] how do you quantify your master/slave need #486
  • user spawn too slow #482
  • Overly strict dependency on gevent==1.1.1 #479
  • Unique user id per locust #476
  • Random Resets and Invalid Stats #446
  • SSL errors when testing certain HTTPS sites #417
  • How to get more info from the load test? #413
  • Export exceptions to CSV didn't work #412
  • Replaying access pattern #411
  • Make logging timestamps etc optional #405
  • Reviewing PRs #355
  • Optional HTTP Request failure step down #344
  • Unix timestamp in stats/requests #332
  • Web UI Freezing #307
  • Inconsistent stats resetting #299
  • Don't warn about pure Python socket when not using distributed mode #276
  • Web UI should show what host is being used #270
  • locust support testing against HTTP/2 servers ? #264
  • Error to login to webapp in Locust #246
  • Support for custom time metrics #243
  • recommended AWS EC2 instance types? #242
  • how to deploy it in heroku or aws ? #241
  • ValueError when missing hatchrate #237
  • Extra / at start of request paths #235
  • SSL broken on Python 2.7.9 #234
  • Suggest Python version #231
  • Alternative terminology for "slave" #220
  • Changing locustfile.py on master via UI and having master / slave replication #209
  • Option to prevent stats from being reset when all locusts are hatched #205
  • PUT requests are shown as GET #204
  • Cannot simulate one single user #178
  • Feature request: Stepped hatch rate #168
  • Having a locust "die" or stop after one task #161
  • Request: support concurrent and hatch for web-based startups #153
  • Run individual tasks at the same time #151
  • Graphical interface to see individual request level graph #144
  • Configure target host from web interface #135
  • Fixed seed, non-random chance #127
  • any objection to making task take a float as opposed to an int? #119
  • Feature request: "run through" each test once. #98
  • Add Timer / Timers to Web Interface #78
  • Recording of rps over time #32
  • Add date when test started to run #30
  • Make the table header in the web interface sticky #2

Merged pull requests:

v0.8a1 (2016-11-24)

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)
  • Python 3 compatibility for slave mode. (Fixes 'locust --slave') #443 (mrsanders)
  • Python 3 support #363 (pmdarrow)

v0.7.5 (2016-05-31)

Full Changelog

Closed issues:

  • SSO on different site support #423
  • Mac install locust by pip in error of gevent #421
  • can someone help me to build a http request content header #419
  • v0.7.4 #407
  • Python 3 support #279

v0.7.4 (2016-05-17)

Full Changelog

Fixed bugs:

  • requests.exceptions.ConnectionError: ('Connection aborted.', ResponseNotReady('Request-sent',)) #273

Closed issues:

  • locust not making any request when deployed on docker #415
  • Simulating multiple independent user web behaviour #409
  • Webclient authentication #406
  • Install error on ubuntu 14.04 #402
  • Python 3 support needed. #398
  • Quick start example using l for a variable name #392
  • Could you give me some examples of the schedule tasks? #390
  • Rich report format #388
  • Pinging and benchmarking utilities #387
  • Integration with CI and test frameworks #385
  • multisession confusion #382
  • why used the requests module #378
  • Have you compared the Locust with the Tsung? #377
  • Web GUI can't handle many unique URLs - Is it possible to aggregate stats entries? #375
  • Gevent gcc error. Unable to install locust #368
  • pip install failed mac el capitan #366
  • does not work in python 3.4 virtualenv #359
  • How do I start a new session #356
  • Integrating Locust API with python requests #353
  • ar #342
  • Unable to install locust on OS X #340
  • Locust 0.7.3: TypeError trying to run test #338
  • Unable to install locusio #336
  • Separate TCP connection for each virtual user #334
  • url of this command /web/{var} should have one final output in browser #327
  • Load testing a site whose domain name is not pointed/registered . #326
  • Load Testing multiple sites on a single VPS. #325
  • Python3 support #324
  • Support for websockets? #323
  • step through locust source #322
  • Status reports only shown in terminal, not on the Web interface. #319
  • percentiles in /stats/requests? #318
  • real-time graphing #317
  • locust google group #316
  • unlikely response times #315
  • rps bottleneck #313
  • Are requests asynchronous? #312
  • run each task in sequence #311
  • ImportError: No module named 'core' #310
  • ConnectionError(ProtocolError('Connection aborted.', BadStatusLine("''",)),) #308
  • Support multiple test files #304
  • Tasks running, no stats collected. #301
  • OpenSSL errors when testing HTTPS #300
  • Web UI freezes #297
  • 250 users on single machine fails #296
  • slave not connecting to master and no error reported #294
  • Can't start swarming when in master/slave mode on Ubuntu 14.04 #293
  • How to interpret RPS on distributed setup? #292
  • problem with select library #274
  • Slaves can't connect to Master #265
  • list supported Python versions in README and setup.py. #260
  • Getting import requests.packages.urllib3 error in Google App Engine #259
  • Documentation on retrieving real-time stats #230
  • Support for scenarios #171
  • Would love a swarm_complete event #26

Merged pull requests:

v0.7.3 (2015-05-30)

Full Changelog

Closed issues:

  • Rounding of percentiles (premature optimization?) #255
  • Feature request: initiate a test without entering the browser #253
  • Environment Variables for Locust playbooks #244
  • Failures not detected when web server is shutdown #240
  • client.post is not working for https #239
  • confused by multiple requests in on_start #236
  • Empty stats on get aggregated stats #232
  • return_response a valid request argument #229
  • Allow developer to reduce unique URLs to their paths for reporting purposes #228
  • Locust never gets past 10 req/s, despite the server being much quicker than that #223
  • How to send Ajax requestes ? #219
  • Trigger UI events #218
  • Clients support gzip / deflate ? #215
  • nodequery api integration & charting ? #214
  • Test run time number of requests / rps ? #213
  • Clients support keepalive connections ? #212
  • master slave config, master not doing any work ? #211
  • multiple slaves of different server specs ? #210
  • multiple url tests ? #208
  • how to get the recorded data #206
  • http proxy support #203
  • error report is not included in --logfile nor is it available for download as a csv #202
  • Stats get corrupted when the number of swarm users reaches the objective #201
  • API for invoking load #191
  • Locust slaves slowing dying and then coming back to life? #190
  • IndexError: list index out of range #166
  • Post with JSON data #157
  • Python Crash when running with slaves #156

Merged pull requests:

v0.7.2 (2014-09-25)

Full Changelog

Closed issues:

  • Parallel tasks? #198
  • Ability to schedule a call #197
  • Execution order? task lifetime? #195
  • CPU bound from locust vs CPU bound from the web app? #188
  • testing single page application #187
  • failed with AttributeError #185
  • Problem running tests #184
  • Web UI doesn't work in Firefox #179
  • Request name not pertinent in case of redirection #174
  • Reuse the code #173
  • RPS droping to 0 at the end of the user ramp-up period #172
  • Recorder and script generator #170
  • got AttributeError while using "with client.get(...) as response" #165
  • Request time doesn't include download time. #162
  • Error for requests version 2.2.1 #154
  • Request: non-zero exit when running --no-web and errors found #152
  • Support for tests that use multiple hosts #150
  • ImportError: No module named packages.urllib3.response #148
  • Slaves not closing the TCP connections properly #137
  • Locust support for SNI #136
  • User numbers going up and down #131
  • Automatically fork into multiple processes when running in --slave mode #12

Merged pull requests:

v0.7.1 (2014-04-29)

Full Changelog

Closed issues:

  • Min response time after reset is always 0 #147
  • locust shell client does not work in zsh #142
  • should catch exceptions by default #141
  • question about putting a delay #139
  • web ui uses a lot of mem and is quite sluggish at times #133
  • Add ability to select which Task to run #130
  • Move the download links to the top and make sticky #129
  • locust.weight supported, just undocumented? #123
  • Support for custom clients #83

Merged pull requests:

v0.7 (2014-01-20)

Full Changelog

Fixed bugs:

  • gc refcount related crash when loading web UI under Python 2.6.6 #49

Closed issues:

  • Different Users #126
  • Simulating real browser behaviour #120
  • doc updates for main class change from Locust to HttpLocust #116
  • collection of exceptions broken since 4ca0eef5 #114
  • number locusts must be a multiple of the number of slaves #112
  • changing port for distributed zeromq mode #111
  • error when running in master mode #110
  • python3 compatibility? #107
  • ramping.py calls RequestStats.sum_stats() which is no longer a valid call #104
  • line endings #101
  • Multiple Hosts, Host Function #99
  • Sorting does not work on # requests column #97
  • Issues with localhost and domain configured in hosts file #96
  • Allow self.interrupt() inside on_start #95
  • hooking locust and graphite together as a plugin #94
  • Serve static files in web.app.route? #93
  • Error: Too many files open #92
  • stats reset after hatch completes #91
  • locust/test/test_average.py present but never run #85
  • Add detailed request failure information to the web UI #84
  • remove _send_request_safe_mode #82
  • Enable different sessions for different users #81
  • Does locust support ‘CSV Data Set Config‘ feature like jmeter #79
  • fatal error: 'event.h' file not found while installing in virtualenv on OSX 10.8.3 #77
  • Testing "Any" system #75
  • Custom http_code stats #73
  • Need Clarification #70
  • It'd be nice to include the machine that a logging message came from #67
  • Allowing custom options to passed into tests? #65
  • requests >1.0 #61
  • pyzmq 13.0.0 breaks distribution #58
  • Locust web interface not starting on Windows #57
  • Web interface doesn't work #56
  • Unit tests LocustRunner(s) and distributed mode #20
  • Proclaim Locust HTTP only #17

Merged pull requests:

  • fix typo #117 (sanga)
  • fix module and variable name clash (traceback refers to a mod so it's a ... #115 (sanga)
  • Removes duplicate attribute documentation #106 (djoume)
  • Fixes typo in example code #105 (djoume)
  • fix typo in downloadable CSV #100 (sghill)
  • Documented more 0.7 changes #90 (EnTeQuAk)
  • include hostname in log messages #89 (sanga)
  • Cleanups (deprecated code, unused imports) #88 (EnTeQuAk)
  • Merged gevent/zmq updates, ported to requests >= 1.2 #87 (EnTeQuAk)
  • Added option '--only-summary' for only printing stats at the end. #80 (dougblack)
  • bump requests dependency to most recent pre 1.0 version (i.e. most recen... #76 (sanga)
  • Stats refactoring #74 (heyman)
  • Enhancement/url error #72 (krallin)
  • Include method name in command line logging #66 (rory)
  • use correct python special method name #64 (rory)
  • Small fixes #63 (sanga)
  • Use shutdown function when num_requests are done #60 (afajl)
  • Update docs/api.rst #55 (cbrinley)
  • Added argument to options parser indicating on which port to run the web UI #54 (manova)

v0.6.2 (2013-01-10)

Full Changelog

Closed issues:

  • greenlet error when used distributed locust under Python2.6 #53
  • Get fails in clean install on Ubuntu: KeyError: 'start_time' #52

Merged pull requests:

  • add docs: Installing Locust on Mac OS #51 (yurtaev)
  • Add parent to TaskSet to enable state sharing among hierarchical TaskSets #50 (daubman)

v0.6.1 (2012-12-04)

Full Changelog

Closed issues:

  • Locust throwing error when reaching NUM_REQUESTS parameter #47

v0.6 (2012-11-29)

Full Changelog

Fixed bugs:

  • Master node fails to start if a slave node is still running #15

Closed issues:

  • Drop the require_once decorator #42
  • Improve catch_response feature (was previous: Remove catch_response feature from HttpBrowser) #39
  • RPS count drops when master and slaves drift in time #38
  • FEAT: add stat support for chunked transfer-encoding #33
  • Date or timer for automatic shutdown of test #31
  • Option to ignore query parameters on stats #29
  • Remove SubLocust and merge into Locust class #16
  • Add support for shutting down slaves without restarting master #6

Merged pull requests:

v0.5.1 (2012-07-01)

Full Changelog

Closed issues:

  • loglevel and logfile don't seem to work #25

v0.5 (2012-07-01)

Full Changelog

Closed issues:

  • Remove Confluence specific task ratio formatter #13
  • Add HTTP request method (GET/POST/PUT, etc) to statistics table #3

Merged pull requests:

  • Refactoring (separation) of ramping code; Added tooltips for ramping form in ui #28 (HeyHugo)
  • Support Basic HTTP Authorization for https requests #27 (corbinbs)
  • Add content-disposition with a filename. Fix missing import (warnings). #24 (benjaminws)
  • request timing csv endpoint was returning Internal Error #22 (pedronis)
  • fix continuous resetting on of stats in master+slaves mode #19 (pedronis)

v0.4 (2011-12-05)

Fixed bugs:

  • Total RPS counter does not work #9
  • Total median value is zero in the web interface #7
  • Wrong failure percentage in statistics #5
  • Raising InterruptLocust within with statement + catch_response causes failure #4

Closed issues:

  • Add sorting capabilities in web UI #8
  • Add/improve support for running Locust distributed #1

Merged pull requests:

  • optional ramping feature; sorting stats by column #11 (HeyHugo)
  • Dynamic changing of locust count #10 (HeyHugo)

* This Change Log was automatically generated by github_changelog_generator