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

Allow Users to stop the runner by calling self.environment.runner.quit() (without deadlocking sometimes) #1448

Merged
merged 4 commits into from
Jun 25, 2020

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Jun 23, 2020

No description provided.

@cyberw cyberw changed the title Allow Users to stop the runner by calling self.environment.runner.quit() (without deadlocking) Allow Users to stop the runner by calling self.environment.runner.quit() (without deadlocking sometimes) Jun 23, 2020
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #1448 into master will increase coverage by 0.16%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1448      +/-   ##
==========================================
+ Coverage   81.33%   81.49%   +0.16%     
==========================================
  Files          27       27              
  Lines        2357     2367      +10     
  Branches      362      366       +4     
==========================================
+ Hits         1917     1929      +12     
- Misses        349      351       +2     
+ Partials       91       87       -4     
Impacted Files Coverage Δ
locust/runners.py 80.29% <0.00%> (+0.08%) ⬆️
locust/user/users.py 98.61% <100.00%> (+3.02%) ⬆️
locust/user/task.py 96.79% <0.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9dac57...0ba1968. Read the comment docs.

@cyberw cyberw requested a review from heyman June 24, 2020 19:11
@cyberw cyberw merged commit bf6a744 into master Jun 25, 2020
@cyberw cyberw deleted the allow-users-to-call-runner.quit() branch March 22, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant