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

Robert Muir updated LUCENE-3037:
--------------------------------

    Attachment: LUCENE-3037_test.patch

here's a much faster (fails in 2 seconds) test case. 

I noticed with this one, it fails with StandardPostingsReader, so I think the 
problem is general to multi-level skipping.

The patch forces our random skip interval to be [2,10] instead of [2,64], thus 
causing us to test higher skiplevels more than usual.

ant test-core -Dtestcase=TestLongPostings -Dtestmethod=testLongPostings 
-Dtests.seed=7951749419575219720:5894148324166575802 -Dtests.codec=MockRandom


> TestFSTs.testRealTerms produces a corrupt index
> -----------------------------------------------
>
>                 Key: LUCENE-3037
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3037
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-3037_test.patch, index.7z.001, index.7z.002, 
> index.7z.003
>
>
> seems to be prox/skip related: the test passes, but the checkindex upon 
> closing fails.
> ant test-core -Dtestcase=TestFSTs -Dtests.seed=-4012305283315171209:0 
> -Dtests.multiplier=3 -Dtests.nightly=true 
> -Dtests.linedocsfile=c:/data/enwiki.random.lines.txt.gz
> Note: to get the enwiki.random.lines.txt.gz you have to fetch it from hudson 
> (warning 1 gigabyte file).
> you also have to run the test a few times to trigger it.
> ill upload the index this thing makes to this issue.

--
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