On 15 oct. 2010, at 11:35, Daniel Wagner wrote: > Jean-Baptiste BRIAUD -- Novlog schrieb: >> OK, I'll try ASAP, as you know this is critical for us and a very > welcome improvement (currently our selenium test suite take 2 hours to run). > > Lucky you, our biggest test suite takes a cool 8 hours :D > Granted, building the apps only takes two hours, but still... just run > it overnight and check the results in the morning. > > > Regards, > Daniel >
Nothing to do with luck :-) We work hard to reduce test suite time. For example, we try to reduce time by running some test in parallel. This is critical in a "continuous test system", so the trunk is as much as possible not broken. Can't wait d+1 to ensure trunk is not broken. Sometime there is no choice because tests just take time ... In that case, the only solution is to break the "total test suite" into several smaller. Only a small one is launch on "pre-check before commit" and after commit. The big total one is launched once a day. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
