From: "Jacques Le Roux" <jacques.le.r...@les7arts.com>
For instance you could want to not only run many OFBiz instances on the same machine (eg: for devs manual tests on staging) but also many test instances on another one. One test instance may run only quick check (for instance unit tests only on custom code) when another one will run the complete set of tests (to detect regressions on core code for instance, rare but really harmful)

This is inspired by 
http://martinfowler.com/articles/continuousIntegration.html#KeepTheBuildFast

Jacques

Reply via email to