Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE03010142 for ; Sat, 23 Nov 2013 17:52:38 +0000 (UTC) Received: (qmail 42481 invoked by uid 500); 23 Nov 2013 17:52:36 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 42407 invoked by uid 500); 23 Nov 2013 17:52:36 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 42368 invoked by uid 99); 23 Nov 2013 17:52:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Nov 2013 17:52:36 +0000 Date: Sat, 23 Nov 2013 17:52:36 +0000 (UTC) From: "Dawid Weiss (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830722#comment-13830722 ] Dawid Weiss commented on SOLR-5488: ----------------------------------- >From a quick debug session the problem is that it doesn't make sense? :) This line in the test: {code} //Float Double floatResult = (Double)getStatResult(response, "str", "double", "float_fd"); {code} matches an invalid value. The response object is: {code} 0 184 27.722251342412257 24.257731958762886 43.86734693877551 29.5 16.88659793814433 1806-12-31T23:59:59Z 24.0 43.5 25.0 17.0 1807-12-31T23:59:59Z 29.0 53.0 31 20 str24 91 97 98 98 97 96 1803-12-31T23:59:59Z 10.0 14.0 10 7 str13 13.984732728771194 20.006249023742555 9.680330028304972 1801-12-31T23:59:59Z 1.0 1.0 1 1 str1 76049.0 263901.0 124509.0 36750.0 9 3 2 2 3 4 11 48 92 70 35 27 1811-12-31T23:59:59Z 48.0 92.0 70 35 str9 2353.0 4299.0 2891.0 1638.0 {code} > 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 > > 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org