Skip to content
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

Locust Improvements of various sorts #278

Closed
wants to merge 35 commits into from

Commits on Mar 25, 2015

  1. Added an id field to the slave hatching process to give each user a u…

    …nique id.
    
    Not sure how this will affect changing the user count after a test has started.
    Sandy Chapman committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    ae7778e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Fix a bug in locust where a user could perform their first task befor…

    …e the hatch_completed event is fired.
    SandyChapman committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    e8814e7 View commit details
    Browse the repository at this point in the history
  2. Added flask authentication

    khuynh23 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    c4ce0ea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Configuration menu
    Copy the full SHA
    42c845a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f09f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    9615c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079c6e2 View commit details
    Browse the repository at this point in the history
  3. Re-addded auth credentials.

    khuynh23 committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    32035ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a066049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c151cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58abc45 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Configuration menu
    Copy the full SHA
    bd48c41 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Configuration menu
    Copy the full SHA
    f6e5f2a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Configuration menu
    Copy the full SHA
    b23d0b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Enable running locust distributed in headless mode.

    This can be done by specifying both the --slave-count and the --run-time flags to set test start and end conditions.
    SandyChapman committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    65ba0d2 View commit details
    Browse the repository at this point in the history
  2. Fix a bug where stopping and re-running the test was resulting in an …

    …exception and no users being generated.
    SandyChapman committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    5785b37 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Configuration menu
    Copy the full SHA
    a72f479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f72ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc3b62 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Configuration menu
    Copy the full SHA
    948d53a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lixar/Relay

    Modifications to support Relay messages
    justin-delaney committed May 12, 2015
    Configuration menu
    Copy the full SHA
    4b12893 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Configuration menu
    Copy the full SHA
    24ea55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fd1bf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Add ability to have TaskSets clean up after themselves when stopping …

    …a test. This is useful, for instance, if a task spawns a thread and that thread needs to be killed.
    SandyChapman committed May 14, 2015
    Configuration menu
    Copy the full SHA
    ad8a839 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Configuration menu
    Copy the full SHA
    5dc60db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into reporting

    Conflicts:
    	locust/runners.py
    SandyChapman committed May 15, 2015
    Configuration menu
    Copy the full SHA
    a91fe13 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    c3fbb92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'custom_fields_reporting' into pr_prep

    Conflicts:
    	locust/web.py
    SandyChapman committed May 19, 2015
    Configuration menu
    Copy the full SHA
    4bec86c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0931ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420e267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48959a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8816440 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2f7f6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bf591c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Configuration menu
    Copy the full SHA
    63b7aec View commit details
    Browse the repository at this point in the history