-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 1.446
Hudson Fitnesse plugin 1.4
To reproduce:
1. Start Fitnesse on a target machine
2. Setup a Jenkins job to build using the 'Fitnesse instance is already running' option
3. Set the 'HTTP Timeout (ms)' to a value which will cause the test to timeout
Result:
> Jenkins build is classed as Aborted when the timeout value is exceeded, however the Fitnesse tests on the target machine continue to run
Expected Result:
> Jenkins build failing or aborting should force Fitnesse for stop tests
Hi,
I'm seeing very similar behaviour. I would have expected the FitServer.exe process to eventually finish but I guess its hung for some reason (hence the timeout). Trying to debug now. I'm also using a combination of timeouts i.e. the Http timeout thats part of the fitnesse plugin and a Build Timeout plugin for the job. More testing required I guess...
Mike