From 09dec50cb40aff53d3dcfe838725944b99181eca Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 15 Dec 2013 09:15:56 +0800 Subject: [PATCH] test/emacs: reduce use of smtp-dummy, notmuch-hello --- 2e/ea36aafc592e360f85796268c99b403ab13e11 | 57 +++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 2e/ea36aafc592e360f85796268c99b403ab13e11 diff --git a/2e/ea36aafc592e360f85796268c99b403ab13e11 b/2e/ea36aafc592e360f85796268c99b403ab13e11 new file mode 100644 index 000000000..33daf6363 --- /dev/null +++ b/2e/ea36aafc592e360f85796268c99b403ab13e11 @@ -0,0 +1,57 @@ +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 39747431FB6 + for ; Sat, 14 Dec 2013 17:16:24 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 HIiNHXlJinhE for ; + Sat, 14 Dec 2013 17:16:18 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 0DB00431FAE + for ; Sat, 14 Dec 2013 17:16:18 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) id 1Vs0Jb-0000SZ-16 + for notmuch@notmuchmail.org; Sat, 14 Dec 2013 21:16:15 -0400 +Received: (nullmailer pid 13363 invoked by uid 1000); Sun, 15 Dec 2013 + 01:16:06 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: test/emacs: reduce use of smtp-dummy, notmuch-hello +Date: Sun, 15 Dec 2013 09:15:56 +0800 +Message-Id: <1387070158-30547-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.4.3 +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, 15 Dec 2013 01:16:24 -0000 + +In addition to the timestamp related failures in the test suite, +there were some intermittent problems [1] that turned out to be failure of +the emacs_deliver_message function. In this series we try to make +mail delivery from emacs more robust (mainly replace actual delivery +with fcc) + +[1]: https://buildd.debian.org/fetch.cgi?pkg=notmuch&arch=i386&ver=0.17%7Erc3-1&stamp=1386412394&file=log + +As I write this, the crypto tests have run successfully for 9155 +times. Of course that doesn't really prove anything, but it is twice +as many as the previously longest interval before failure. -- 2.26.2