Hi,
We are facing some issue when we try to implement selenium grid to run our tests which are written in ruby using Cucumber ,
We are using Ruby 193 + Parallel_test gem to run our tests in parallel .
Selenium web driver version is 2.42.0 and we run it on firefox 22 version.
We tried using Grid[Stand alone server] versions 2.42.2 and 2.43.0 and we got errors saying Session was terminated due to FORWARDING_TO_NODE_FAILED and CLINET_GONE ,
we tried with combinations of different versions like 2.41.0 ,2.43.0 ,2.43.1 and 2.53.1 .
Some tests would pass , majority would fail with above errors .
Is there any specific combination of selenium grid stand alone server we need to use with RUby 193+ wed driver 2.42.0+firefox 22 ,as this cannot be changed for our tests .
Or is it because of any other reason ? we can confirm that there is not network issues at least.
Please any pointers on how to avoid FORWARDING_TO_NODE_FAILED and CLINET_GONE errors ?
Thanks,