Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-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 5CCE3D103 for ; Fri, 8 Mar 2013 16:25:04 +0000 (UTC) Received: (qmail 40507 invoked by uid 500); 8 Mar 2013 16:25:04 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 40417 invoked by uid 500); 8 Mar 2013 16:25:03 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 40390 invoked by uid 99); 8 Mar 2013 16:25:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 16:25:02 +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 (athena.apache.org: domain of danrollo@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 16:24:56 +0000 Received: by mail-qa0-f42.google.com with SMTP id cr7so3980057qab.15 for ; Fri, 08 Mar 2013 08:24:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=bdmloWJ/zDFXPArZRBZRh/DZzHlNkOAibscP3eqQ5PY=; b=t/dtd+Ivh0fuVfGZXHUbxh8QNvhA0RfNitnAhFR1+Kjv2USqJXG9mvc0hFlSDIt9ea XzAotDpMf3c4pIn6ksqTr7RoVGxQ9iylm+f8yPwbrI7X6EezyvrgQCuk5zcVWpk/VDfW 57oG44kSqsSAFned+2JhqmeAVeXk+RrurKEWHzsLTSFsz8mPKbAyzXFqyFKy20Lf8XLZ 6KyTqnst0X7jz0KNbtzG9UDxSEMgs9F462qNY6jt0VZZVYDvFQ3NdBJDejln7hdNMi1S maEacT3J1UQQeHx8Ph1jhAOxF4TtoNU8iKyBl/c1YPJk4i3Bt0OMq4cFOytVHGvD/gQN ERqw== X-Received: by 10.224.186.82 with SMTP id cr18mr4703682qab.64.1362759875265; Fri, 08 Mar 2013 08:24:35 -0800 (PST) Received: from [10.6.18.20] (pool-173-61-103-34.cmdnnj.fios.verizon.net. [173.61.103.34]) by mx.google.com with ESMTPS id bb8sm8627755qeb.5.2013.03.08.08.24.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 08:24:34 -0800 (PST) Message-ID: <513A10C1.7020201@gmail.com> Date: Fri, 08 Mar 2013 11:24:33 -0500 From: Dan Rollo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: dev@river.apache.org Subject: QA Test Results location Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I ran the qa test suite locally, and see this output: [java] # of tests started = 1411 [java] # of tests completed = 1411 [java] # of tests skipped = 47 [java] # of tests passed = 1410 [java] # of tests failed = 1 [java] [java] ----------------------------------------- [java] [java] Date finished: [java] Fri Mar 08 10:17:11 EST 2013 [java] Time elapsed: [java] 59845 seconds [java] [java] Java Result: 1 So my silly question: Where can I find the info for the 1 failed test? Thanks, Dan