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 229859C1F for ; Tue, 27 Mar 2012 09:37:53 +0000 (UTC) Received: (qmail 88345 invoked by uid 500); 27 Mar 2012 09:37:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 88124 invoked by uid 500); 27 Mar 2012 09:37:51 -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 88114 invoked by uid 99); 27 Mar 2012 09:37:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 09:37:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 09:37:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0E29034861B for ; Tue, 27 Mar 2012 09:37:28 +0000 (UTC) Date: Tue, 27 Mar 2012 09:37:28 +0000 (UTC) From: "Robert Muir (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <331468965.22627.1332841048128.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2070508398.22617.1332840928746.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-3281) TestCSVResponseWriter fails on IBM JRE 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-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239346#comment-13239346 ] Robert Muir commented on SOLR-3281: ----------------------------------- This is this assert: {code} // test SOLR-2970 not returning non-stored fields by default assertEquals("id,foo_b,foo_d,foo_s,foo_f,foo_i,foo_dt,foo_l,v_ss,v2_ss\n" , h.query(req("q","id:3", "wt","csv", "csv.header","true", "fl","*", "rows","0"))); {code} I think because it uses fl=* that this is a bug assuming some order when its not necessarily defined? > TestCSVResponseWriter fails on IBM JRE > -------------------------------------- > > Key: SOLR-3281 > URL: https://issues.apache.org/jira/browse/SOLR-3281 > Project: Solr > Issue Type: Bug > Affects Versions: 4.0 > Reporter: Robert Muir > Fix For: 4.0 > > > Looks like something is depending on HashSet order or something silly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org