On Mon, May 2, 2011 at 3:48 PM, Justin Deoliveira <[email protected]> wrote: > Cool stuff Andrea, I look forward to hearing more about your findings.
Well, it's not that I have much more to add. There is some good stuff in there, and it's cool to have some tool to "push" us to improve code quality. > Let me know what you think about integrating it into our primary hudson, or > maybe using a secondary. As you say the build server is doing a lot already > and it sounds like running the tests over the codebase is pretty resource > intensive. But if it makes more sense to integrate into the main hudson we > can maybe set something up. I guess it is designed to run on every commit > like the regular build? Or something we can set up nightly? It can be setup nightly no problem as far as I can see. Very much recommend to setup a postgres, and if you want to privilege performance over security you can disable fsynch in postgresql.conf: fsync = off # turns forced synchronization on or off Yes, it's not safe, don't ever do it in a production db, but I find the performance boost massive when it comes to running tests for the postgis store and I guess in this case too. It's not like we're going to pull out every other hair is we loose the Sonar build history (I guess?). Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
