|
Ashok Manji created JENKINS-12377:
------------------------------------- Summary: Jenkins fitnesse build aborts after HTTP Timeout is exceeded, but tests continue to run Key: JENKINS-12377 URL: https://issues.jenkins-ci.org/browse/JENKINS-12377 Project: Jenkins Issue Type: Bug Components: fitnesse Environment: Jenkins ver. 1.446 Hudson Fitnesse plugin 1.4 Reporter: Ashok Manji 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 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

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