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

WebDriver process killed before the Command.QUIT sent to it #7136

Open
wpt-issue-mover opened this issue Aug 31, 2017 · 1 comment
Open

WebDriver process killed before the Command.QUIT sent to it #7136

wpt-issue-mover opened this issue Aug 31, 2017 · 1 comment
Labels
infra priority:backlog wptrunner The automated test runner, commonly called through ./wpt run

Comments

@wpt-issue-mover
Copy link

Originally posted as w3c/wptrunner#175 by @lizzygao on 24 Mar 2016, 03:02 UTC:

Run the wptrunner and take the Chrome as the product, like this:

wptrunner --metadata=tests\ --tests=tests\ --binary="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --product=chrome --webdriver-binary="C:\Users\ygao\bin\chromedriver.exe" --include=2dcontext --processes=1 --log-raw=log-raw.txt > test.txt

Some errors come up about:
URLError:
urlopen error [Errno 10061] No connection could be made because the target machine actively refused it

It caused by the WebDriver process (LocalServer.stop) is killed, and then the QUIT command sent to it (SeleniumProtocol.teardown)

This behavior is not suitable for the QUIT is never working on the WebDriver server side.

Is this an considering issue and being fixed?

@foolip
Copy link
Member

foolip commented Oct 13, 2018

I wonder if this might be why I'm seeing a failure when I invoke ./wpt run twice in CI: foolip#5

The second time it seems the port is taken and it just fails to connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra priority:backlog wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

No branches or pull requests

4 participants