James Shaw edited a comment on Bug JBEHAVE-808

Having looked a bit more, I think this is happening because ConcurrentStoryReporter is deferring execution of the StoryReporters until after the story has executed.

I have a couple of ideas:

  1. Implement timing of stories in a similar way to CrossReference's durationInMillis for invidual steps: make PerformableStory save a StoryResults object that would be serialised by CrossReference
  2. Provide a way deferring execution of only some StoryReporters. Then make PostStoryStatisticsCollector thread safe as you suggested

Any further thoughts?

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