[
https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834900#comment-13834900
]
Erick Erickson commented on SOLR-5488:
--------------------------------------
OK, I've _finally_ managed to put in the dumps that tell us something.
It took me long enough....
See: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8492/
Here's the crux:
Looking for: /response/lst[@name='stats']/lst[@name='ar']/double[@name='sum']
in the response. Here's the "ar" section. Obviously no "sum" value, and the
parser
barfs. So, is this ever expected? In which it's just a test fix, don't try to
parse an
empty number. If it's not expected, we need to fix the underlying analytics
code.
Over to [~sbower] and [~houstonputman] for a reading on whether this is an
underlying code problem or a test issue. Let me know if having empty values is
ever expected, and if so I'll fix the tests. If not, I'll look for a patch from
someone
else that fixes the underlying code.
<lst name="ar">
<long name="count">100</long>
<null name="mcm"/>
<null name="mean"/>
<null name="median"/>
<null name="su"/>
<null name="sum"/>
<null name="unique"/>
</lst>
> Fix up test failures for Analytics Component
> --------------------------------------------
>
> Key: SOLR-5488
> URL: https://issues.apache.org/jira/browse/SOLR-5488
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.0, 4.7
> Reporter: Erick Erickson
> Assignee: Erick Erickson
> Attachments: SOLR-5488.patch, SOLR-5488.patch, SOLR-5488.patch
>
>
> The analytics component has a few test failures, perhaps
> environment-dependent. This is just to collect the test fixes in one place
> for convenience when we merge back into 4.x
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]