Issue Type: Improvement Improvement
Affects Versions: 4.x
Assignee: Unassigned
Components: Core
Created: 10/Sep/12 6:03 PM
Description:

When the running time of stories exceeds storyTimeoutInSeconds, the Futures get cancelled without cleanup the resources, e.g. the Firefox stays open even though the jvm running the tests stops.

This is especially bad if the tests are run via a cronjob since the firefox processes accumulate over time slowing down the machine.

I'm not quite sure how to implement this, the canceled Futures get a CancellationException, to shut down Firefox I think it is necessary to run the @AfterStory or @AfterStories annotated methods plus it would be good to put a stack trace in the report which currently doesn't show up.

Environment: core+web
Project: JBehave
Priority: Major Major
Reporter: Alexander Lehmann
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to