Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43B4E10B7B for ; Mon, 17 Mar 2014 09:16:39 +0000 (UTC) Received: (qmail 6081 invoked by uid 500); 17 Mar 2014 09:16:37 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 5996 invoked by uid 500); 17 Mar 2014 09:16:34 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 5977 invoked by uid 99); 17 Mar 2014 09:16:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2014 09:16:32 +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 giannella.davide@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-wg0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2014 09:16:27 +0000 Received: by mail-wg0-f51.google.com with SMTP id k14so4354930wgh.10 for ; Mon, 17 Mar 2014 02:16:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=mg3CdU9qWM1ghTr/4iBu+gEoEdC4wcUSd7BCWDBuEJg=; b=nKaM8RHX+5PV92s/GKzaUXsN+iPXlgb6cCL+FYxXEflIXdpHkLxIBA/V77VPgyS1Y9 UKlgA1yxaINPswGTVuCPrf3KRtWT20rewwStr8ua5LR2yn65YbhRJcjM3UrHaThMv7La hGlMM6xDiVqmtqhiyB8OwcnBHXdLjIf6lNJYO8U/F0+PRwpYvuQY2b9jeEIOUaoRjZxN AjvnZrsJHfCeAMwybAGbR5ZRZAbJ774xEoGr6WNm/GIqvZykJx16eS4CXOU/xgyRc3xf 8SfbjFQjLXdAFalD2XQr12EfrII/+SHqnfn7uGiXBTXfwuHcFoBnqs5hLHx0eA/lJlJY 4sJg== X-Received: by 10.180.99.225 with SMTP id et1mr8607023wib.13.1395047766596; Mon, 17 Mar 2014 02:16:06 -0700 (PDT) Received: from [192.168.0.2] (cpc12-finc13-2-0-cust78.4-2.cable.virginm.net. [81.101.2.79]) by mx.google.com with ESMTPSA id az1sm36522813wjb.11.2014.03.17.02.16.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Mar 2014 02:16:05 -0700 (PDT) Message-ID: <5326BD53.6040104@gmail.com> Date: Mon, 17 Mar 2014 09:16:03 +0000 From: Davide Giannella User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: oak-dev Subject: build failing #3709 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Good morning team, as of commit r1578129 the build is failing[0][1][2]. (0) https://travis-ci.org/apache/jackrabbit-oak/builds/20888800 (1) http://oak.markmail.org/thread/lzjgfcpa3p6qt64u (2) http://oak.markmail.org/thread/i5m4ofpymvmzmtn7 tomorrow we should have the load and I should merge/patch some code for a ticket before the load itself. The change is IMO a valid one so just asking how we want to proceed. Ignore the test? Fix the code? :) Cheers Davide