Hi so this is my situation that I face more often than not.
Do not know of any exact way to reproduce but, I'll try to give out as much info I have.
So I have selenium grid setup (using selenium grid 1) , with multiple RCs (using Selenium RC 1), some launched locally while some remotely.
Jenkins triggers the selenium scripts to run against the selenium-grid hub.
Scenario --- >
Jenkins starts multiple jobs and the selenium scripts get piled up at the grid hub. These scripts take long to complete, sometimes over a couple of hours. After their completion,when the queued up scripts finally get a chance to be executed, the Hub/slave(not sure who?) launches a stale session.
What I mean by a stale session - The two Firefox (FF) windows open as expected - The Javascript (JS) window opens up, along with the FF browser on which the tests were supposed to run.
BUT the JS FF window shows only two completed steps and does not proceed, while the other FF window displays some long id in the address bar and remains open as a blank page and does not execute the steps.
These windows do not close and remain open, thus blocking the RC for further use. Thus resulting in the grid queuing up even more. $%^&*
On checking the slave RC server logs, it keeps showing "pinging hub" - "pinging hub" - "pinging hub"... No more information.
How I fix it --- >
I manually have to close the two firefox windows for each RC, and do this as many times so as to clear out the queue. (Note - Killing and restarting the RC does not help). Even though killing the hub and restarting does help, that is too tedious a process for my requirements.
My Question --- >
Is there a way by which the the stale sessions are flushed out automatically?
Or better still, A way by which the selenium grid hub does not "stale-out" queued up scripts?
Please let me know if there is something I can provide as additional info please do let me know. PLEASE ADVICE..