Difference between revisions of "Long Builds"

From CitconWiki
Jump to navigationJump to search
(New page: ==Long Builds== * Fast tests run at 100 per second * Selective testing * running tests in parallel * test ordering * profiling tests * people do checkstyle before functional tests as...)
 
Line 6: Line 6:
 
  * profiling tests
 
  * profiling tests
 
  * people do checkstyle before functional tests as feedback is quicker
 
  * people do checkstyle before functional tests as feedback is quicker
 +
* Clover now offers selective testing and test re-ordering to FAIL a build faster. [hhttp://blogs.atlassian.com/developer/2009/05/40_7_how_we_sped_up_confluences_build_by_5.html Blog Post]

Revision as of 15:47, 28 June 2009

Long Builds

* Fast tests run at 100 per second
* Selective testing
* running tests in parallel
* test ordering
* profiling tests
* people do checkstyle before functional tests as feedback is quicker
* Clover now offers selective testing and test re-ordering to FAIL a build faster. [hhttp://blogs.atlassian.com/developer/2009/05/40_7_how_we_sped_up_confluences_build_by_5.html Blog Post]