几小时后我总是SessionCleanup
。由于SessionCleanup
,测试失败并且Selenium已关闭。
如何停止执行SessionCleanup
?
我发现了这个但是并没有像上面提到的那样修复: http://code.google.com/p/selenium/issues/detail?id=3161
此错误发生在版本2.16.0和2.17.0
中23.1.2012 9:48:52 org.openqa.grid.selenium.GridLauncher main
INFO: Launching a selenium grid server
23.1.2012 9:48:55 org.openqa.jetty.http.HttpServer doStart
INFO: Version Jetty/5.1.x
23.1.2012 9:48:55 org.openqa.jetty.util.FileResource <clinit>
INFO: Checking Resource aliases
23.1.2012 9:48:57 org.openqa.jetty.util.Container start
INFO: Started org.openqa.jetty.jetty.servlet.WebApplicationHandler@5e176f
23.1.2012 9:48:57 org.openqa.jetty.util.Container start
INFO: Started WebApplicationContext[/,/]
21.1.2012 9:48:57 org.openqa.jetty.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:4455
23.1.2012 9:48:57 org.openqa.jetty.util.Container start
INFO: Started org.openqa.jetty.jetty.Server@1971afc
23.1.2012 12:59:22 SessionCleanup
WARNING: session ext. key 1327135735339 has TIMED OUT and will be released
答案 0 :(得分:1)
使用选项cleanupCycle
(Java MAX_INT)启动节点时,可以在客户端级别控制和最大化-cleanupCycle 2147483647
。根据文档,它看起来不像你可以完全阻止它,但如果没有其他选择,这至少会将频率降低到每25天一次。
使用此命令执行jar以查看更多选项:
java -jar selenium-server-standalone-2.16.0.jar -help