We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execution of my test cases finish fine but I always get a warning message at the end of execution saying:
WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
What is this about?
Command used: java -Dwebdriver.gecko.driver=/usr/local/bin/geckodriver -jar selenese-runner.jar --headless --proxy xxxt:121 --html-result /opt/selenium/resultados /opt/selenium/tests/test_suite.html
The text was updated successfully, but these errors were encountered:
Hi,
Hmmm, I think it is Selenium problem. Please provide more information.
Sorry, something went wrong.
OS: Red Hat Enterprise Linux Server release 7.4
Java version: openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
Browser version: Mozilla Firefox 57.0.4
Selenium Drivers version: I am not calling it directly so I assume it is packaged with Selenese. See following line.
Selenese Runner version: Selenese Runner 3.12.0 (with Selenium 3.9.1)
Note: I tried the same test with Selenese Runner 3.13.0 JAR and I get the same WARING at the end:
[Child 14005, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
(see attached screenshot)
vmi
No branches or pull requests
Execution of my test cases finish fine but I always get a warning message at the end of execution saying:
WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
What is this about?
Command used:
java -Dwebdriver.gecko.driver=/usr/local/bin/geckodriver -jar selenese-runner.jar --headless --proxy xxxt:121 --html-result /opt/selenium/resultados /opt/selenium/tests/test_suite.html
The text was updated successfully, but these errors were encountered: