Re: BDD tests speed improvement with DN options

2014-03-12 Thread GESCONSULTOR - Óscar Bou
Hi Dan.I have the following alternatives:- Create a new descendant of IsisConfigurationDefault for tests (IsisConfigurationDefaultForTests) with those properties added by default.- Directly modify IsisConfigurationDefault to add them by default.As it's a private method defined on each SystemInitial

Re: BDD tests speed improvement with DN options

2014-03-10 Thread Dan Haywood
Hi Oscar, Thanks for this, makes sense. Could you raise a ticket and make the commit... it looks simple enough. And, perhaps, add a short page to our website (somewhere under core/bdd, I guess). Cheers Dan On Monday, 10 March 2014, GESCONSULTOR - Óscar Bou wrote: > > Hi to all, > > Just to le

BDD tests speed improvement with DN options

2014-03-09 Thread GESCONSULTOR - Óscar Bou
Hi to all, Just to let others now. Our BDD test suites are becoming quite large and we were experiencing long execution times when running them. They can be greatly improved simply by configuring DataNucleus to not validate tables and indexes. As all the schema is recreated on each feature, s