[ 
https://issues.apache.org/jira/browse/LUCENE-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-3175:
--------------------------------

    Attachment: LUCENE-3175.patch

> speed up core tests
> -------------------
>
>                 Key: LUCENE-3175
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3175
>             Project: Lucene - Java
>          Issue Type: Test
>            Reporter: Robert Muir
>             Fix For: 3.3, 4.0
>
>         Attachments: LUCENE-3175.patch
>
>
> Our core tests have gotten slower and slower, if you don't have a really fast 
> computer its probably frustrating.
> I think we should:
> 1. still have random parameters, but make the 'obscene' settings like 
> SimpleText rarer... we can always make them happen more on NIGHTLY
> 2. tests that make a lot of documents can conditionalize on NIGHTLY so that 
> they are still doing a reasonable test on ordinary runs e.g. numdocs = 
> (NIGHTLY ? 10000 : 1000) * multiplier
> 3. refactor some of the slow huge classes with lots of tests like 
> TestIW/TestIR, at least pull out really slow methods like TestIR.testDiskFull 
> into its own class. this gives better parallelization.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to