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

Restore stdout/stderr during shutdown. #19

Open
wants to merge 1 commit into
base: programmatic
Choose a base branch
from

Conversation

vamega
Copy link

@vamega vamega commented Aug 17, 2018

This allows for programs that invoke locust programatically to continue to
operate in a non-surprising fashion after the locus call has completed.

This allows for programs that invoke locust programatically to continue to
operate in a non-surprising fashion after the locus call has completed.
@codecov-io
Copy link

codecov-io commented Aug 17, 2018

Codecov Report

Merging #19 into programmatic will decrease coverage by 0.11%.
The diff coverage is 20%.

Impacted file tree graph

@@               Coverage Diff                @@
##           programmatic      #19      +/-   ##
================================================
- Coverage         65.96%   65.85%   -0.12%     
================================================
  Files                14       14              
  Lines              1472     1476       +4     
  Branches            234      234              
================================================
+ Hits                971      972       +1     
- Misses              434      437       +3     
  Partials             67       67
Impacted Files Coverage Δ
locust/main.py 39.24% <0%> (-0.15%) ⬇️
locust/log.py 80% <33.33%> (-4.38%) ⬇️

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 0e0affd...e2feefd. Read the comment docs.

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.

2 participants