[jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-14 Thread Tidhar Klein Orbach
Hi, we lately switched to JBehave 3.9.1. I don't know if it is related, but we face the following weird issue. we have a class that runs few stories (A, B). In the middle of story A we suddenly started to see scenarios from story B. (we see it on Junit report on jenkins). the original behavior

Re: [jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-14 Thread Mauro Talevi
Stories are executed sequentially unless you use multiple threads. Can you provide a sample project reproducing this behaviour? On 14 May 2014, at 08:46, Tidhar Klein Orbach tizk...@gmail.com wrote: Hi, we lately switched to JBehave 3.9.1. I don't know if it is related, but we face the

Re: [jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-14 Thread Tidhar Klein Orbach
Mauro thanks for your answer, I checked regarding threads, we use the default, which is not using multiple threads as far as i know. I cannot share my project due to company restrictions. The issue is not consistent -- doesn't happen on each run. another issue we encountered with the same stories