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

Steve Rowe commented on SOLR-11020:
-----------------------------------

{{git bisect}} blames commit {{26d2ed7c4ddd2}} on SOLR-10989.

> TestUseDocValuesAsStored.testRandomSingleAndMultiValued() failures
> ------------------------------------------------------------------
>
>                 Key: SOLR-11020
>                 URL: https://issues.apache.org/jira/browse/SOLR-11020
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Steve Rowe
>
> Reproducing failure from Policeman Jenkins 
> [https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20061/]:
> {noformat}
> Checking out Revision cb23fa9b4efa5fc7c17f215f507901d459e9aa6f 
> (refs/remotes/origin/master)
> [...]
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestUseDocValuesAsStored 
> -Dtests.method=testRandomSingleAndMultiValued -Dtests.seed=41EB0B5C781BBEEC 
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=CNT 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   3.97s J0 | 
> TestUseDocValuesAsStored.testRandomSingleAndMultiValued <<<
>    [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
> query
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([41EB0B5C781BBEEC:48B7F69D00C4AFD4]:0)
>    [junit4]    >      at 
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
>    [junit4]    >      at 
> org.apache.solr.schema.TestUseDocValuesAsStored.doTest(TestUseDocValuesAsStored.java:335)
>    [junit4]    >      at 
> org.apache.solr.schema.TestUseDocValuesAsStored.testRandomSingleAndMultiValued(TestUseDocValuesAsStored.java:176)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
> xpath=*[count(//arr[@name='test_fs_dvo']/float) = 5]
>    [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="1" 
> start="0"><doc><arr 
> name="test_fs_dvo"><float>-7.5113335E32</float><float>-6.931654E22</float><float>-1.70372E-14</float><float>4.3711085E16</float><float>NaN</float><float>NaN</float></arr></doc></result>
>    [junit4]    > </response>
>    [junit4]    >      request was:q=id:59&fl=test_fs_dvo&wt=xml
>    [junit4]    >      at 
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
> [...]
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
> docValues:{}, maxPointsInLeafNode=440, maxMBSortInHeap=7.286261706944515, 
> sim=RandomSimilarity(queryNorm=true): {}, locale=en, timezone=CNT
>    [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
> 1.8.0_131 (64-bit)/cpus=8,threads=1,free=221971640,total=518979584
> {noformat}
> Another reproducing master failure from my Jenkins (commit 
> {{d81daf54b4b567327c6ebde94b2b2eedacf19cd6}}):
> {noformat}
>   [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestUseDocValuesAsStored 
> -Dtests.method=testRandomSingleAndMultiValued -Dtests.seed=CC2360F81A4AA5F6 
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk-MK 
> -Dtests.timezone=Asia/Anadyr -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   2.57s | 
> TestUseDocValuesAsStored.testRandomSingleAndMultiValued <<<
>    [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
> query
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([CC2360F81A4AA5F6:C57F9D396295B4CE]:0)
>    [junit4]    >        at 
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
>    [junit4]    >        at 
> org.apache.solr.schema.TestUseDocValuesAsStored.doTest(TestUseDocValuesAsStored.java:335)
>    [junit4]    >        at 
> org.apache.solr.schema.TestUseDocValuesAsStored.testRandomSingleAndMultiValued(TestUseDocValuesAsStored.java:176)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
> xpath=*[count(//arr[@name='test_fs_dvo']/float) = 3]
>    [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="1" 
> start="0"><doc><arr 
> name="test_fs_dvo"><float>-4.92691195E17</float><float>5.081205E19</float><float>NaN</float><float>NaN</float></arr></doc></result>
>    [junit4]    > </response>
>    [junit4]    >        request was:q=id:41&fl=test_fs_dvo&wt=xml
>    [junit4]    >        at 
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
>    [junit4]    >        ... 41 more
>    [junit4]   2> NOTE: leaving temporary files on disk at: 
> /home/sarowe/git/lucene-solr/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_CC2360F81A4AA5F6-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
> docValues:{}, maxPointsInLeafNode=1800, maxMBSortInHeap=7.612083635663545, 
> sim=RandomSimilarity(queryNorm=true): {}, locale=mk-MK, timezone=Asia/Anadyr
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 
> 1.8.0_77 (64-bit)/cpus=16,threads=1,free=247479944,total=375390208
> {noformat}



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

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

Reply via email to