Steve Rowe created SOLR-7630:
--------------------------------

             Summary: TestJoin nightly test failure
                 Key: SOLR-7630
                 URL: https://issues.apache.org/jira/browse/SOLR-7630
             Project: Solr
          Issue Type: Bug
          Components: Tests
    Affects Versions: Trunk, 5.2, 5.3
            Reporter: Steve Rowe
            Priority: Minor


On trunk and lucene_solr_5_2, the following reproduces for me:

{noformat}
ant test  -Dtestcase=TestJoin -Dtests.method=testJoin 
-Dtests.seed=8880F7EED80A79DA -Dtests.multiplier=2 -Dtests.nightly=true
{noformat}

Note that both {{-Dtests.multiplier=2}} and {{-Dtests.nightly=true}} are 
required to reproduce.

{noformat}
   [junit4]   2> 5815 ERROR (TEST-TestJoin.testJoin-seed#[8880F7EED80A79DA]) [  
  ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=mismatch: '3'!='4' 
@ response/docs/[0]/id
   [junit4]   2>  expected 
=/response=={'numFound':2,'start':0,'docs':[{'id':'3'},{'id':'4'}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":1},
   [junit4]   2>   "response":{"numFound":2,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"4"},
   [junit4]   2>       {
   [junit4]   2>         "id":"3"}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = 
q={!join+from%3Dtitle+to%3Dtitle}name:dave&fl=id&wt=xml
   [junit4]   2> 5816 INFO  (TEST-TestJoin.testJoin-seed#[8880F7EED80A79DA]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testJoin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJoin 
-Dtests.method=testJoin -Dtests.seed=8880F7EED80A79DA -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true -Dtests.locale=ar_DZ 
-Dtests.timezone=Etc/GMT-12 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.17s | TestJoin.testJoin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ 
response/docs/[0]/id
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8880F7EED80A79DA:B5B3C264B95D7E4C]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:858)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:805)
   [junit4]    >        at org.apache.solr.TestJoin.testJoin(TestJoin.java:79)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to