: > Being OK with nightly builds means that you need to run your own : > QA on the whole build every time you change. Kinda expensive. : : It is always necessary to do QA. The Solr trunk tends to be modified
agreed ... it doesn't mtter how much of a "release" lable a particular build has on it, you should always review the changelog and run some regression tests of your own against the code base -- if you have tests that are suitably self contained that you can submit them back to the communitee, great! ... one less thing you have to worry about, but you should still sanity check any "release" against your own expectations before using. I would say that about any code base -- not just Solr -Hoss