You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
Tested on Linux using 4712d92
STR:
cd test/ && run-browsers-smoketests.sh
pgrep chromedriver
orps | grep chromedriver
Expected: No stray chromedriver processes.
Actual: After each run, there are four additional stray
chromedriver
processes that haven't been killed:The text was updated successfully, but these errors were encountered: