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

Worker quitting then stopping via web UI bug fix #1324

Merged
merged 21 commits into from
Apr 16, 2020

Commits on Apr 13, 2020

  1. Made it so stop only performs if state isn't already stopping/stopped…

    …/init in MasterLocustRunner
    Trouv committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b80d945 View commit details
    Browse the repository at this point in the history
  2. Added second fix in web.py

    Trouv committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6f4473d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a918d81 View commit details
    Browse the repository at this point in the history
  4. Added log message

    Trouv committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    00b4da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    1ca93b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358ffa5 View commit details
    Browse the repository at this point in the history
  3. Moved STATE_STOPPED check to the heartbeat method, as well as checkin…

    …g for quitting/missing workers
    Trouv committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    26c0b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a414ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a7b87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b2c81a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge branch 'master' of github.com:Trouv/locust into worker-quit-ui-fix

    Keeping up to date w/ the repo
    Trouv committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2ab666f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1021d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12f32e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b575b9 View commit details
    Browse the repository at this point in the history
  5. Removed newline in locust.js

    Trouv committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6b511f4 View commit details
    Browse the repository at this point in the history
  6. Added check_stopped function and made new stops specific to reason. R…

    …emoved info argument from stop
    Trouv committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    82e8b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    71f98b2 View commit details
    Browse the repository at this point in the history
  2. Moved stop check to inside if, moved jquery stop set to inside button…

    … click, reverted changes to now-working tests
    Trouv committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7b40b18 View commit details
    Browse the repository at this point in the history
  3. Added tests

    Trouv committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fc2fbd4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:Trouv/locust into worker-quit-ui-fix

    Making ready for merge
    Trouv committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a80d02b View commit details
    Browse the repository at this point in the history
  5. made new tests faster

    Trouv committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    59f117f View commit details
    Browse the repository at this point in the history