Issue Details (XML | Word | Printable)

Key: GRID-3
Type: Bug Bug
Status: Reopened Reopened
Priority: Major Major
Assignee: Philippe Hanrigou
Reporter: Philippe Hanrigou
Votes: 3
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Grid

Selenium Grid closes connection when test does not issue Selenium commands for some time. Make the timeout configurable.

Created: 13/Mar/08 02:17 AM   Updated: 22/May/09 05:54 AM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1

Environment: Windows


 Description  « Hide

Is selenium grid timing out when there are no actions being made to the browser in a certain period of time? And if so, is this timeout configurable?

I have a function that may take several minutes to execute, the behavior that I'm seeing is that after the function gets executed, none of the actions sent to the browser get made and the RC just remains stuck. This only happens if I use Selenium Grid though...

Example:

_activeBrowser.getLocation(); //gets executed successfully
Thread.sleep(120000);

System.

out.println("exited"); _activeBrowser.getLocation(); //doesn't get executed at all



Sort Order: Ascending order - Click to sort in descending order
Philippe Hanrigou added a comment - 13/Mar/08 02:19 AM

Created a regression test for this case and I cannot reproduce the problem on Mac OS X. Will try on Windows.


Philippe Hanrigou added a comment - 25/Mar/08 12:42 AM

rev 245


Philippe Hanrigou added a comment - 25/Mar/08 12:44 AM

Mistake using Jira. This bug should not have been closed.