Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 C4D23F63C for ; Tue, 2 Apr 2013 09:41:55 +0000 (UTC) Received: (qmail 19568 invoked by uid 500); 2 Apr 2013 09:41:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 19083 invoked by uid 500); 2 Apr 2013 09:41:54 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 19038 invoked by uid 99); 2 Apr 2013 09:41:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 09:41:52 +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 bchesneau@gmail.com designates 209.85.128.45 as permitted sender) Received: from [209.85.128.45] (HELO mail-qe0-f45.google.com) (209.85.128.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 09:41:48 +0000 Received: by mail-qe0-f45.google.com with SMTP id b4so90295qen.32 for ; Tue, 02 Apr 2013 02:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=JaL6JGLV5M0g8HtTLBD+7u8d7B58Wzw5gkPGWAOldIs=; b=Jz4sRkVrj8wV1Iv0T09yIZ1+BxMBHTUb/Id1G9ZseijwQSZl7t5Vc3k1nSoegALmJ9 QZKS12Kz0no/Bk44mi9QFycy16EBaRhk/0zYK275YjD5XKqNadnZmqdTPtWXjPMxPSHw u8CaPZxQNVsulhWLSksZmGgn4tPKHTDhxIlYBQchOMDZScE/QC+6fCfQWlK+fpVjNkaA g8e+VQOKhy7FmME7bS4fa4Gi8SSrDlKWSS0UJUbnVnqGMVNi9df8rKv8hfRNwG93JqTf haKv1ehmxXwOHE2tl6T1njaU14F6saTju9QsJDplizJbjwZ7hwPrFhBOP/Kmi2Uu17CO tPcA== MIME-Version: 1.0 X-Received: by 10.49.116.52 with SMTP id jt20mr17089891qeb.32.1364895687997; Tue, 02 Apr 2013 02:41:27 -0700 (PDT) Received: by 10.49.64.232 with HTTP; Tue, 2 Apr 2013 02:41:27 -0700 (PDT) In-Reply-To: <1364891634.3943.23.camel@devil> References: <1364762599.25355.7.camel@devil> <2DE1DC49-2F29-498B-82D8-2651F69CBE9E@apache.org> <1364769227.25355.9.camel@devil> <1364891634.3943.23.camel@devil> Date: Tue, 2 Apr 2013 11:41:27 +0200 Message-ID: Subject: Re: Add OTP R16B support + upgrade Mochiweb to 2.4.2 From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org not totally related but why not sending the TZ patch upstream btw? Is there anything against that? I'm worried we have to maintain our own versions for dependencies for a long time instead of pushing upstream our changes I reckon that for a limited time we have to maintain our own set of patches (upstream integration can be slower or don't want the patch as is - which may be a big warning for us -) but in that cad I suggest that we also put the patch as a diff in our own repo under a `patches/` folder so it can be integrated differently by vendors/distributors and in that case e those who are using a separate mochiweb install. Also it would help us to synchronize our changes with upstream. - beno=EEt On Tue, Apr 2, 2013 at 10:33 AM, Klaus Trainer wr= ote: > On Mon, 2013-04-01 at 23:26 +0200, Dave Cottlehuber wrote: >> If you run those by hand with an extra `-v` option, can you share the lo= gs >> somewhere? > > Here you are: https://www.friendpaste.com/19YnF5A2nZHea25LEShpAi > >> >> >> On 1 April 2013 00:33, Klaus Trainer wrote: >> >> > On Sun, 2013-03-31 at 22:46 +0200, Jan Lehnardt wrote: >> > > On Mar 31, 2013, at 22:43 , Klaus Trainer >> > wrote: >> > > >> > > > Dave, what tests do you have exactly failing? >> > > > >> > > > I got nine (consistently) failing tests. However, it might be poss= ible >> > > > that a few of them are timeout related, as I'm still working with >> > > > spinning discs (do you remember those?) on my computer here. That'= s why >> > > > I'd like to compare. >> > > >> > > Can you post your list? :) >> > >> > Sure, why not :) >> > >> > not ok 27 form_submit >> > not ok 36 oauth >> > not ok 39 purge >> > not ok 46 replication >> > not ok 47 replicator_db >> > not ok 49 rev_stemming >> > not ok 51 security_validation >> > not ok 62 view_conflicts >> > not ok 64 view_include_docs >> > >> > > >> > > >> > > > >> > > > K >> > > > >> > > > >> > > > On Sun, 2013-03-31 at 15:29 +0200, Dave Cottlehuber wrote: >> > > >> Hi everybody, >> > > >> >> > > >> I have a couple more tests to make on ensuring the timezone bug i= n >> > > >> earlier OTP releases is correctly resolved, but the bulk of the w= ork >> > > >> is done. Unless somebody reports an issue, I'll include this bran= ch in >> > > >> master in the next week, probably cherry-picked. >> > > >> >> > > >> [jira]: https://issues.apache.org/jira/browse/COUCHDB-1696 >> > > >> [branch]: >> > https://git-wip-us.apache.org/repos/asf?p=3Dcouchdb.git;a=3Dtree;h=3Dr= efs/heads/1696-update-mochiweb-2-4-2;hb=3D1696-update-mochiweb-2-4-2 >> > > >> >> > > >> A+ >> > > >> Dave >> > > > >> > > > >> > > >> > >> > >> > >