lambda-behave icon indicating copy to clipboard operation
lambda-behave copied to clipboard

Support Parallelism

Open RichardWarburton opened this issue 11 years ago • 5 comments

Be able to safely run tests in parallel. Probably some overlap with #6

RichardWarburton avatar Jun 19 '14 10:06 RichardWarburton

Popular @ LSCC.

RichardWarburton avatar Jul 25 '14 16:07 RichardWarburton

Popular @ LJC hackday.

RichardWarburton avatar Aug 11 '14 23:08 RichardWarburton

does lambda behave create a new instance of the test class for every test run, like junit does?

I'm trying to run tests in parallel with a ParallelComputer, and it behaves like all tests share the same test instance.

christophsturm avatar Dec 02 '14 17:12 christophsturm

At the moment (0.1-0.3) they share the same instance. The current head has fixed that problem and new instances will be created for each test in lambda-behave 0.4 onwards. My apologies for the delay in releasing 0.4, but it should be out sometime this month.

RichardWarburton avatar Dec 03 '14 12:12 RichardWarburton

ok i will just build master.

christophsturm avatar Dec 03 '14 13:12 christophsturm