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

Hoss Man commented on SOLR-10960:
---------------------------------

Example failures when substituting PointsFields for trie fields in solrj 
tests...

{noformat}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=JDBCStreamTest 
-Dtests.method=testJDBCSolrInnerJoinExpression -Dtests.seed=C552EC84A07F8063 
-Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH 
-Dtests.timezone=America/Virgin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.18s J1 | JDBCStreamTest.testJDBCSolrInnerJoinExpression 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<10> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C552EC84A07F8063:8B6FCAD55BB6A01F]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpression(JDBCStreamTest.java:343)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)

...


   [junit4] Tests with failures [seed: C552EC84A07F8063]:
   [junit4]   - 
org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinRollupExpression
   [junit4]   - 
org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpressionWithProperties
   [junit4]   - 
org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpression
{noformat}

(all failures were virtually identical: 0 tuples found instead of the expected 
10)

> streaming solrj test innerJoin failures when randoming in PointFields
> ---------------------------------------------------------------------
>
>                 Key: SOLR-10960
>                 URL: https://issues.apache.org/jira/browse/SOLR-10960
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Hoss Man
>
> while working on SOLR-10946, I encountered failures from JDBCStreamTest 
> relating to no tuples being returned by innerJoin anytime points where 
> randomized.
> The affected innerJoin calls all seemed to involve joining on the 
> "personId_i" field in solr.
> It's not yet clear if streaming expressions have *other* bugs related to 
> points, or what the root cause of the problem is -- it's most likeley in the 
> solr side code, not actaully in the solrj code -- , but since this one popped 
> in solrj tests, i'm filing it as it's own discrete issue for now.



--
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