[ 
https://issues.apache.org/jira/browse/LUCENE-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742868#action_12742868
 ] 

Mark Miller commented on LUCENE-1791:
-------------------------------------

I guess the out of bounds exception is still there:

    [junit] Testsuite: org.apache.lucene.search.TestBoolean2
    [junit] Tests run: 11, Failures: 0, Errors: 1, Time elapsed: 0.723 sec
    [junit] ------------- Standard Output ---------------
    [junit] failed query: field:yy field:zzz
    [junit] NOTE: random seed of testcase 'testRandomQueries' was: 
-2696660952902803926
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testRandomQueries(org.apache.lucene.search.TestBoolean2): 
Caused an ERROR
    [junit] -1
    [junit] java.lang.ArrayIndexOutOfBoundsException: -1

No sure what to do about the ItemizedFilter - its not really a legal way to 
check things ...

> Enhance QueryUtils and CheckHIts to wrap everything they check in 
> MultiReader/MultiSearcher
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1791
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1791
>             Project: Lucene - Java
>          Issue Type: Test
>            Reporter: Hoss Man
>             Fix For: 2.9
>
>         Attachments: LUCENE-1791.patch, LUCENE-1791.patch, LUCENE-1791.patch, 
> LUCENE-1791.patch
>
>
> methods in CheckHits & QueryUtils are in a good position to take any Searcher 
> they are given and not only test it, but also test MultiReader & 
> MultiSearcher constructs built around them

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to