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 D1DC9D7C5 for ; Mon, 17 Sep 2012 13:37:57 +0000 (UTC) Received: (qmail 29674 invoked by uid 500); 17 Sep 2012 13:37:56 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 29600 invoked by uid 500); 17 Sep 2012 13:37:56 -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 29593 invoked by uid 99); 17 Sep 2012 13:37:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 13:37:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dawid.weiss@gmail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 13:37:49 +0000 Received: by dadz8 with SMTP id z8so2714432dad.35 for ; Mon, 17 Sep 2012 06:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=wuZngBphuzyh5Foxbn5lp8QrC8lFzSjCFwm8EWCKX+Y=; b=rX0raurqyypMG+1ohoPU/Qc0rhVAH3CGpUM3VZ2WDl4i197HSfbkHzzL89Vyqu0QzH crxqFk+Nb9y//QLUxVLaW93PyEADx7u98kI0Hg/OHtyWlIpoZJrsyRPyftCr6ivMCrn1 59zG8wzPWFCr2MrvJoywZjp+9dZOQoknlCjYeg81nqgKKfqTE2aWLv4Yd9kJNSsCMnv7 Gzom/ECHhz3DIIuvHfTjDsR8EryMPoTV5CwqHP1eIz5aTbTtnFTctIcoMhHpZGDCGhFT jvoFIO6pRhnKStyrHjIp7Hithgu3W1u6rMS9HzwMB/AL91L/uVvU3U9KNCelnKhECh3m HylQ== Received: by 10.66.89.37 with SMTP id bl5mr20495341pab.55.1347889047917; Mon, 17 Sep 2012 06:37:27 -0700 (PDT) MIME-Version: 1.0 Sender: dawid.weiss@gmail.com Received: by 10.66.144.166 with HTTP; Mon, 17 Sep 2012 06:37:07 -0700 (PDT) In-Reply-To: <002101cd94d8$b0fbc830$12f35890$@thetaphi.de> References: <00e801cd9422$3553b690$9ffb23b0$@thetaphi.de> <6C78E97C707B5B4C8CC61D44F87545863BD6A3@SUEX10-mbx-03.ad.syr.edu> <002101cd94d8$b0fbc830$12f35890$@thetaphi.de> From: Dawid Weiss Date: Mon, 17 Sep 2012 15:37:07 +0200 X-Google-Sender-Auth: zksiJpH7A_jdN31fzD4kSiVbwdo Message-ID: Subject: Re: being a good citizen is hard when you can't successfully run tests.... To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Thanks Uwe. I've created this plan to test things out: https://builds.apache.org/job/Lucene-BadApples-trunk-java7/ > It only fails build if exit status of ANT is signaling failure. I think what I'll do is make a second build step in which I'll just manually parse those XML files (or scan for an XPath expression) and fail the build if any of the tests failed. D. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org