From: Mark Walters Date: Sun, 27 Jul 2014 08:51:14 +0000 (+0100) Subject: Re: [PATCH 07/14] test: Tests for future version and unknown feature handling X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae90506978b22276250025797cb71d1f0208178b;p=notmuch-archives.git Re: [PATCH 07/14] test: Tests for future version and unknown feature handling --- diff --git a/4c/8d3b6c50b671b923ecb703c5e035cde183b213 b/4c/8d3b6c50b671b923ecb703c5e035cde183b213 new file mode 100644 index 000000000..d595d12bd --- /dev/null +++ b/4c/8d3b6c50b671b923ecb703c5e035cde183b213 @@ -0,0 +1,92 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 46758431FBC + for ; Sun, 27 Jul 2014 01:51:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.502 +X-Spam-Level: +X-Spam-Status: No, score=0.502 tagged_above=-999 required=5 + tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, + NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ThzK7DWwcb7u for ; + Sun, 27 Jul 2014 01:51:24 -0700 (PDT) +Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 06D97431FB6 + for ; Sun, 27 Jul 2014 01:51:23 -0700 (PDT) +Received: from smtp.qmul.ac.uk ([138.37.6.40]) + by mail2.qmul.ac.uk with esmtp (Exim 4.71) + (envelope-from ) + id 1XBKAo-0007iV-M7; Sun, 27 Jul 2014 09:51:18 +0100 +Received: from 94.196.249.126.threembb.co.uk ([94.196.249.126] helo=localhost) + by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71) + (envelope-from ) + id 1XBKAn-0003K2-UB; Sun, 27 Jul 2014 09:51:18 +0100 +From: Mark Walters +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 07/14] test: Tests for future version and unknown feature + handling +In-Reply-To: <1406433173-19169-8-git-send-email-amdragon@mit.edu> +References: <1406433173-19169-1-git-send-email-amdragon@mit.edu> + <1406433173-19169-8-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.15.2+615~g78e3a93 (http://notmuchmail.org) Emacs/23.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 27 Jul 2014 09:51:14 +0100 +Message-ID: <871tt718xp.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Sender-Host-Address: 94.196.249.126 +X-QM-Geographic: According to ripencc, + this message was delivered by a machine in Britain (UK) (GB). +X-QM-SPAM-Info: Sender has good ham record. :) +X-QM-Body-MD5: ae675e0f3b26fab9de393efdbc3663f5 (of first 20000 bytes) +X-SpamAssassin-Score: 0.0 +X-SpamAssassin-SpamBar: / +X-SpamAssassin-Report: The QM spam filters have analysed this message to + determine if it is + spam. We require at least 5.0 points to mark a message as spam. + This message scored 0.0 points. Summary of the scoring: + * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail + provider * (markwalters1009[at]gmail.com) +X-QM-Scan-Virus: ClamAV says the message is clean +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 27 Jul 2014 08:51:30 -0000 + + +On Sun, 27 Jul 2014, Austin Clements wrote: +> --- +> test/T530-upgrade.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++ +> 1 file changed, 46 insertions(+) + +Hi + +Just a quick comment on this patch so far. After this patch I got lots +of test failures in the second (old) part of T530-upgrade because I +hadn't downloaded the test databases: prior to this patch no tests +failed because those tests were skipped. + +Once I downloaded the databases everything was fine again so the problem +is just that this patch is breaking the automatic skipping of the +old tests in T530-upgrade. + +Best wishes + +Mark +