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 D7F649838 for ; Sun, 25 Mar 2012 18:45:49 +0000 (UTC) Received: (qmail 9769 invoked by uid 500); 25 Mar 2012 18:45:48 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 9713 invoked by uid 500); 25 Mar 2012 18:45:48 -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 9682 invoked by uid 99); 25 Mar 2012 18:45:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 18:45:48 +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; Sun, 25 Mar 2012 18:45:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 57A3E345080 for ; Sun, 25 Mar 2012 18:45:27 +0000 (UTC) Date: Sun, 25 Mar 2012 18:45:27 +0000 (UTC) From: "Dawid Weiss (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <881929359.15059.1332701127374.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <840006393.12664.1332591146411.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3910) remove special hudson nightly linedocs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237944#comment-13237944 ] Dawid Weiss commented on LUCENE-3910: ------------------------------------- I agree with you both. No, it's not a paradox. On one hand -- I agree that having larger test files is good and on the other I agree with Robert that not being able to reproduce locally because of different (or inconsistent) data is a pain. At Carrot Search we have put all the "big data" into a separate git repository and this is simply mirrored across build servers and our local machines. Granted, the first clone takes a while, but then pulls of additional data are much faster and (which is a big plus) git repo has an md5 of the revision so this can be emitted as a log upon failure (we don't do it because we're pretty much sure the checkouts are consistent, but it _could_ be done to ensure testing against exact same test files). Just thoughts to consider. > remove special hudson nightly linedocs > -------------------------------------- > > Key: LUCENE-3910 > URL: https://issues.apache.org/jira/browse/LUCENE-3910 > Project: Lucene - Java > Issue Type: Bug > Reporter: Robert Muir > Fix For: 4.0 > > > Hudson has a special huge linedocs file that it sets via a -D parameter, > but this means that anything using LineDocs won't reproduce via our home > computers if it fails on hudson. > I think we should disable this. -- 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