Ragavan Ambighananthan

Results 12 comments of Ragavan Ambighananthan

This issue is still happening Geckodriver - 0.19.1 Selenium Webdriver 3.8.1 FF version: v57, Chrome v62 Setup: selenium grid Framework: watir OS: Ubuntu/AWS Quit is being called at the end...

@mhardin I think we encountered this issue after rerunning a jenkins job that failed after successfully requesting hub to create nodes and failed due to automation failures. When we retried...

`java -Xms2048m -Xmx4096m \` `-DpropertyFileLocation=/opt/hub/aws.properties.default \` ` -DipAddress="${IP_ADDRESS}" \` `-DtotalNodeCount=100 \` `-DPOOL_MAX=1024 \` ` -cp /opt/hub/automation-grid.jar org.openqa.grid.selenium.GridLauncherV3 \` ` -servlets "com.rmn.qa.servlet.AutomationTestRunServlet","com.rmn.qa.servlet.StatusServlet" \` ` -role hub \` ` -hubConfig /opt/hub/hub.static.json \`...

@James-E-Adams @discobean @mhardin As we are talking about AMI, have got a question: Currently my grid runs on 2.53 , FFv45 ESR (supported by AWS EC2), Chrome v51 , all...

@mhardin is that Linux - AWS linux or Ubuntu or FEDORA or what flavor is it? because officially chrome discontinued support for CenOS/RHEL so just curious. Also installing chrome on...

@mhardin also this is applicable only to AWS linux boxes (not other flavours)

I have local changes which terminates nodes based on seconds, if you pass -D property name otherwise it will retain old behaviour

actually you dont need this feature, once your automation execution is completed, you can simply call `curl -X "DELETE" http://HUBIP:4444/grid/admin/AutomationTestRunServlet` and it will simply terminate all the nodes @bloomm09

@mhardin unit tests added and other comments taken care!