[
https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831630#comment-13831630
]
Steven Bower commented on SOLR-5488:
------------------------------------
{noformat}
Index: solr/core/src/test-files/analytics/requestFiles/noFacets.txt
===================================================================
--- solr/core/src/test-files/analytics/requestFiles/noFacets.txt
(revision 1545323)
+++ solr/core/src/test-files/analytics/requestFiles/noFacets.txt
(working copy)
@@ -15,7 +15,7 @@
o.str.s.int_id=stddev(int_id)
o.str.s.long_ld=stddev(long_ld)
-o.st.s.float_fd=stddev(float_fd)
+o.str.s.float_fd=stddev(float_fd)
o.str.s.double_dd=stddev(double_dd)
o.medr.s.int_id=median(int_id)
{noformat}
Changing the above gets the NoFacets test to work.. basically was missing an
'r' in the input query file.. not sure this fixes everything about this test
but certainly wasn't working without this.. obvi need to remove the @Ignore
from NoFacetTest stddev test
> 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
>
>
> 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]