-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Shutdown workers when using LoadTestShape and headless mode #1683
Shutdown workers when using LoadTestShape and headless mode #1683
Conversation
@cyberw why aren't the tests running? |
Because travis freaked out about their free/open source tier. Heyman has reached out to them. |
Hmm.. I am lazy and didnt run the tests until after merging. So I had to fix an issue exposed by test_runners.py, but there seems to still be an issue with test_main.py (the commit above) I tried adding "-L", "DEBUG", in that test, because I think Quitting... is only printed then, but that does not seem to be enough... |
Yeah I didn't run any tests as they were not working locally and the travis tests weren't working either. I didn't expect you to merge the PR until at least the travis tests were run 🙂 Shall I open another PR to fix the tests? |
Ah, I got a little bit ahead of myself :) Yes, if you can open a new PR with a fix that would be great. |
I have created this one for improve tests: |
ping @heyman this is the PR we're waiting for a fix for :) |
AFAICT we only log the |
I removed the check in cb56d64 (to get the Github Actions CI to work). |
Sorry, I've been super busy. So this is resolved now I see by just reverting my change to the test. OK cool 👍 |
Resolves #1653