Hi,
I have quite "interesting" problem with Robot framework. We have CI-server (Linux), which has Jenkins and which runs tests (and builds) with Maven.
Test run has been working fine for ~3 months, but has now started to do very strange jams; run just gets stuck, and nothing I have figured out to check tells why.
I tried increase the loglevel in pybot, but it didn't provided any help.
Things I tested:
FAIL: Running tests normally, so maven makes build, starts local server (Jetty), and starts tests (using robot-maven-plugin from org.codehaus.mojo) (Using selenium2library, so can't use plugins that start tests directly).
SUCCESS: Checking application with other browser when jam occures, and it's working fine
SUCCESS: Starting server in one console, and tests in other
SUCCESS: Starting server in CI-server, and running tests from own laptop.
So server isn't jamming, pybot somehow is.
Any ideas how to fix this/how to find out what's the problem?
Python 2.7.3 (default, Jun 15 2012, 15:28:38)