Re: How might we mark a test suite isn't parallalizable?

2013-05-06 Thread Buddy Burden
Lasse, > Interesting... Developers in our project have a local copy of the production database for working with but our unit test runs always create a database from scratch and run all schema migrations on it before running the tests. Creating and migrating the unit test DB usually takes between 1

Re: How might we mark a test suite isn't parallalizable?

2013-05-06 Thread Lasse Makholm
On Sat, May 4, 2013 at 10:37 PM, Buddy Burden wrote: > > We have several databases, but unit tests definitely don't have their > own. Typically unit tests run either against the dev database, or the QA > database. Primarily, they run against whichever database the current > developer has their c