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

Safari 11.1 Node doesn't respond after few hours of Test Case execution #406

Open
nilesh-kumar-qa opened this issue May 11, 2018 · 3 comments

Comments

@nilesh-kumar-qa
Copy link

nilesh-kumar-qa commented May 11, 2018

I am using Grid extra 2.0.2, Selenium 3.11.0
Test Scripts are executed on 4 browsers Chrome, Safari, Edge, Firefox
Safari and Edge nodes do not respond after few Test Scripts executions
Safari Version 11.1
I am unable to find any log entries as well in log file to ascertain whether is connectivity issue or what.
Please help.

Log Entries:
Our internal log:
ERROR mac.STC_938 - WebDriverException Recreating driver for the sameorg.openqa.selenium.TimeoutException: An operation did not complete before its timeout expired. (WARNING: The server did not provide any stacktrace information)

Node Log:
INFO [ActiveSessions$1.onStop] - Removing session CCF683F7-6B1A-48A1-B4FD-B5CED4787B0C (org.openqa.selenium.safari.SafariDriverService)

Hub Log:
14:09:41.992 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {applicationCacheEnabled: false, browserName: safari, ensureCleanSession: true, loggingPrefs: org.openqa.selenium.logging..., safari.options: {technologyPreview: false}}

14:09:42.008 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=cfb97722-10c5-4944-b4dd-7e1d448afde3, seleniumProtocol=WebDriver, browserName=safari, maxInstances=3, platformName=MAC, version=, platform=MAC}

Thanks

@Amber2008
Copy link

Amber2008 commented May 14, 2018

Hi,
As I have a problem for the Edge, could I know your selenium_grid_extras_config.json for node to see if there is something wrong with my configuration.

Thanks in advance.

@nilesh-kumar-qa nilesh-kumar-qa changed the title Safari 11.1 and Edge Node doesn't respond after 5 Test Case execution Safari 11.1 and Edge Node doesn't respond after few hours of Test Case execution Jun 22, 2018
@nilesh-kumar-qa nilesh-kumar-qa changed the title Safari 11.1 and Edge Node doesn't respond after few hours of Test Case execution Safari 11.1 Node doesn't respond after few hours of Test Case execution Jun 22, 2018
@nilesh-kumar-qa
Copy link
Author

@Amber2008 Please find our edge node configuration:

{
"capabilities": [
{
"seleniumProtocol": "WebDriver",
"browserName": "MicrosoftEdge",
"maxInstances": 3,
"version": "",
"platform": "WIN10"
}
],
"loadedFromFile": "node_5555.json",
"proxy": "com.groupon.seleniumgridextras.grid.proxies.SetupTeardownProxy",
"servlets": [],
"maxSession": 3,
"port": 5555,
"register": true,
"unregisterIfStillDownAfter": 10000,
"hubPort": 4444,
"hubHost": "172.18.41.85",
"registerCycle": 5000,
"nodeStatusCheckTimeout": 10000,
"custom": {
"grid_extras_port": 3000
},
"downPollingLimit": 0
}

@nilesh-kumar-qa
Copy link
Author

@Amber2008 ..If this doesn't work check your edge build and replace the internal web driver for edge with the relevant driver. Please go through the following url to validate your edge driver details.

https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

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

2 participants