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

Stray chromedriver processes after running scripts/run-module-bundlers-smoketests.js #146

Open
Rob--W opened this issue Jul 8, 2018 · 1 comment

Comments

@Rob--W
Copy link
Member

Rob--W commented Jul 8, 2018

Tested on Linux using 4712d92
STR:

  1. cd test/ && run-browsers-smoketests.sh
  2. Look at the process list, e.g. pgrep chromedriver or ps | grep chromedriver

Expected: No stray chromedriver processes.
Actual: After each run, there are four additional stray chromedriver processes that haven't been killed:

/path/to/webextension-polyfill/node_modules/chromedriver/lib/chromedriver/chromedriver --port=[random port here]
@Rob--W Rob--W changed the title Stray chromedriver processes after running test/run-browsers-smoketests.sh Stray chromedriver processes after running scripts/run-module-bundlers-smoketests.js Jan 31, 2019
@Rob--W
Copy link
Member Author

Rob--W commented Jan 31, 2019

The .sh script was replaced with a JS script in #167 , but the issue is still present.

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

No branches or pull requests

1 participant