The 2B tests are tests that confirm that Lucene's "limits" are working correctly, e.g. 2B docs, huge FSTs, many terms, many postings, etc.
They are very slow to run and very heap-consuming so we don't run them by default when you run "ant test". Look for the @Monster annotation to see all of them... Mike McCandless http://blog.mikemccandless.com On Sun, Mar 15, 2015 at 11:42 PM, Michael Wechner <[email protected]> wrote: > what are the "2B tests"? I guess the entry point is > > lucene/core/src/test/org/apache/lucene/index/Test2BTerms.java > > or where would you start to learn more about these tests? > > Thanks > > Michael > > > Am 15.03.15 um 21:58 schrieb Michael McCandless: >> I confirmed 2B tests are passing on 4.10.x. Took 17 hours to run ... >> this is the command I run, for future reference: >> >> ant test -Dtests.monster=true -Dtests.heapsize=30g -Dtests.jvms=1 >> -Dtests.workDir=/p/tmp >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
