[ 
https://issues.apache.org/jira/browse/SOLR-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742607#comment-13742607
 ] 

Yonik Seeley commented on SOLR-5168:
------------------------------------

bq. test doesn't use block add

Yeah, I thought that was on purpose to test the query separately from any block 
indexing.
Simplest fix would be to disable the random IW stuff for this test (it would 
always work if the buffering in IW is enough such that the docs are flushed to 
a single segment).  Optimizing after that fact in conjunction with the log 
merge policy would also work.
                
> BJQParserTest reproducible failures
> -----------------------------------
>
>                 Key: SOLR-5168
>                 URL: https://issues.apache.org/jira/browse/SOLR-5168
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Yonik Seeley
>
> two recent Jenkins builds have uncovered some test seeds that cause failures 
> in multiple test methods in BJQParserTest.  These seeds reproduce reliably 
> (as of trunk r1514815) ...
> {noformat}
> ant test  -Dtestcase=BJQParserTest -Dtests.seed=7A613F321CE87F5B 
> -Dtests.multiplier=3 -Dtests.slow=true
> ant test  -Dtestcase=BJQParserTest -Dtests.seed=1DC8055F837E437E 
> -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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