Re: [PATCH v3] test:Improve test behaviors when --root is used
authorPieter Praet <pieter@praet.org>
Wed, 29 Jun 2011 20:20:15 +0000 (22:20 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:50 +0000 (09:38 -0800)
19/53b466bde689403ce5b76428b963d4a6089256 [new file with mode: 0644]

diff --git a/19/53b466bde689403ce5b76428b963d4a6089256 b/19/53b466bde689403ce5b76428b963d4a6089256
new file mode 100644 (file)
index 0000000..79bb086
--- /dev/null
@@ -0,0 +1,113 @@
+Return-Path: <pieter@praet.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C1AAE41ED63\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:20:20 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id P9dJNVh6gHMf for <notmuch@notmuchmail.org>;\r
+       Wed, 29 Jun 2011 13:20:20 -0700 (PDT)\r
+Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 2115041ED61\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:20:20 -0700 (PDT)\r
+Received: by wyh22 with SMTP id 22so1237549wyh.26\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:20:18 -0700 (PDT)\r
+Received: by 10.216.139.209 with SMTP id c59mr1023974wej.88.1309378818601;\r
+       Wed, 29 Jun 2011 13:20:18 -0700 (PDT)\r
+Received: from localhost ([109.131.150.167])\r
+       by mx.google.com with ESMTPS id s55sm745233wec.40.2011.06.29.13.20.16\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 29 Jun 2011 13:20:17 -0700 (PDT)\r
+From: Pieter Praet <pieter@praet.org>\r
+To: Carl Worth <cworth@cworth.org>, Mark Anderson <ma.skies@gmail.com>,\r
+       Mark Anderson <MarkR.Anderson@amd.com>, Austin Clements <amdragon@mit.edu>\r
+Subject: Re: [PATCH v3] test:Improve test behaviors when --root is used\r
+In-Reply-To: <87wrg57e57.fsf@yoom.home.cworth.org>\r
+References: <87vcvrw91f.fsf@gmail.com>\r
+       <BANLkTi=bXR+ors+YZH8yNkU7ZXEOvrXwDw@mail.gmail.com>\r
+       <3wd39iuubbs.fsf@testarossa.amd.com>\r
+       <87sjqt8zvp.fsf@yoom.home.cworth.org>\r
+       <87oc1hir73.fsf@gmail.com> <87liwlip2j.fsf@gmail.com>\r
+       <87wrg57e57.fsf@yoom.home.cworth.org>\r
+User-Agent: Notmuch/0.5-243-g5a76944 (http://notmuchmail.org) Emacs/23.1.50.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Wed, 29 Jun 2011 22:20:15 +0200\r
+Message-ID: <87hb78z8xs.fsf@praet.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: "notmuch@notmuchmail.org" <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 29 Jun 2011 20:20:21 -0000\r
+\r
+On Tue, 28 Jun 2011 16:03:00 -0700, Carl Worth <cworth@cworth.org> wrote:\r
+Non-text part: multipart/mixed\r
+Non-text part: multipart/signed\r
+> On Tue, 28 Jun 2011 16:11:32 -0600, Mark Anderson <ma.skies@gmail.com> wrote:\r
+> > Change add_email_corpus, emacs_deliver_message and tests to use\r
+> > $TEST_DIRECTORY instead of '..'.\r
+> ...\r
+> > Document -root option in README and update valgrind to work with\r
+> > -root.\r
+> \r
+> Thanks for the features, Mark. These should all be quite handy.\r
+\r
+Very useful indeed, great improvement Mark!\r
+\r
+> > This patch actually fixes what Austin pointed out.  \r
+> \r
+> And thanks for the eagle-eyed review, Austin!\r
+> \r
+> This is pushed out now.\r
+\r
+Thanks Carl!\r
+\r
+However, it appears that (while resolving the merge conflicts?) you've\r
+accidentally introduced an [*] extra change in the Emacs tests, which\r
+causes\r
+\r
+ PASS   Message with .. in Message-Id:\r
+ PASS   Sending a message via (fake) SMTP\r
+\r
+to become\r
+\r
+ PASS   Message with .. in Message-Id:\r
+ PASS   Message with .. in Message-Id:\r
+\r
+I'll be following up with a patch.\r
+\r
+\r
+[*] Two extra changes actually, but the second one was merely the\r
+insertion of a line break.\r
+\r
+> -Carl\r
+> <\r
+Non-text part: application/pgp-signature\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r
+\r
+Peace\r
+\r
+-- \r
+Pieter\r