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

Steve Rowe commented on SOLR-11070:
-----------------------------------

The following fails at the branch_7_0 commit on this issue ({{9372270f3f0c6}}) 
and succeeds just before it, from 
[https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/50/]:

{noformat}
Checking out Revision fc356c8a300df370d56bb7fb2e9b7659faa17ff7 
(refs/remotes/origin/branch_7_0)
[...]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DocValuesTest 
-Dtests.method=testFloatAndDoubleRangeQueryRandom -Dtests.seed=70F9392C046EAB07 
-Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=Europe/Busingen 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7.20s J0 | DocValuesTest.testFloatAndDoubleRangeQueryRandom 
<<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([70F9392C046EAB07:4869177FC8C6B29C]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
   [junit4]    >        at 
org.apache.solr.schema.DocValuesTest.testFloatAndDoubleRangeQueryRandom(DocValuesTest.java:632)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//*[@numFound='1']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" start="0" 
maxScore="1.0"><doc><str name="id">1</str><double 
name="doubledv">-Infinity</double><float 
name="score">1.0</float></doc><doc><str name="id">2</str><double 
name="doubledv">-9.037895412820716E285</double><float 
name="score">1.0</float></doc></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=doubledv:{*+TO+-1.8032983469429592E-39}&fl=id,doubledv,score&sort=id_i+asc&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
{noformat}

> DocValues range query behaves different than Trie/Point range queries for 
> Float/Double "Infinity"
> -------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-11070
>                 URL: https://issues.apache.org/jira/browse/SOLR-11070
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tomás Fernández Löbbe
>            Assignee: Tomás Fernández Löbbe
>             Fix For: 7.0
>
>         Attachments: SOLR-11070.patch, SOLR-11070.patch, SOLR-11070.patch, 
> SOLR-11070.patch, SOLR-11070.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to