On Wed, Jan 2, 2013 at 6:28 PM, Shawn Heisey <[email protected]> wrote: > I was running Lucene/Solr tests on my dev server, including nightly and > weekly.
if you do this, lucene tests will be unbalanced. because when you pass things like nightly then lots of really slow tests (Test2BPostings, Test4GBStoredFields, ...) run. Also other tests like TestFSTs that normally take a few seconds will take minutes (on purpose). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
