From: David Bremner Date: Sat, 10 Oct 2015 12:27:17 +0000 (+2100) Subject: [PATCH 1/3] test: flag one more notmuch new test as broken X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18042033065bee24eca9906d69889f830c0a4d6a;p=notmuch-archives.git [PATCH 1/3] test: flag one more notmuch new test as broken --- diff --git a/d8/f8ee61b759a0c9a6447ced6d126ae2027f8953 b/d8/f8ee61b759a0c9a6447ced6d126ae2027f8953 new file mode 100644 index 000000000..de2eaf916 --- /dev/null +++ b/d8/f8ee61b759a0c9a6447ced6d126ae2027f8953 @@ -0,0 +1,83 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 13E486DE1410 + for ; Sat, 10 Oct 2015 05:29:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.105 +X-Spam-Level: +X-Spam-Status: No, score=0.105 tagged_above=-999 required=5 tests=[AWL=0.105] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id C9APMLqw3Ocg for ; + Sat, 10 Oct 2015 05:29:46 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 536756DE0C11 + for ; Sat, 10 Oct 2015 05:29:46 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZktFw-0008An-4M; Sat, 10 Oct 2015 12:28:08 +0000 +Received: (nullmailer pid 8594 invoked by uid 1000); Sat, 10 Oct 2015 + 12:27:30 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: [PATCH 1/3] test: flag one more notmuch new test as broken +Date: Sat, 10 Oct 2015 09:27:17 -0300 +Message-Id: <1444480039-8530-2-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.5.3 +In-Reply-To: <1444480039-8530-1-git-send-email-david@tethera.net> +References: + <591f5298ac3f2c79f727cac8bad1251830b28a3c.1443213654.git.jani@nikula.org> + <1444480039-8530-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Sat, 10 Oct 2015 12:29:48 -0000 + +From: Jani Nikula + +Drop the test update added in [1] and mark the test as broken, like the +tests flagged as broken in [2]. These all reflect the same underlying +breakage with (lack of) directory deletion. + +[1] commit e4e04bbc328f990e36b77f508aef904d156029b1 +[2] commit ed9ceda623d3f22fb66365b33db63c5c982067d3 +--- + test/T050-new.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/T050-new.sh b/test/T050-new.sh +index 6257392..33ce1ab 100755 +--- a/test/T050-new.sh ++++ b/test/T050-new.sh +@@ -224,6 +224,7 @@ output=$(NOTMUCH_NEW 2>&1) + test_expect_equal "$output" "Added 1 new message to the database." + + test_begin_subtest "Ignore files and directories specified in new.ignore (multiple occurrences)" ++test_subtest_known_broken + notmuch config set new.ignore .git ignored_file .ignored_hidden_file + notmuch new > /dev/null # ensure that files/folders will be printed in ASCII order. + touch "${MAIL_DIR}"/.git # change .git's mtime for notmuch new to rescan. +@@ -246,7 +247,6 @@ test_expect_equal "$output" \ + (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/ignored_file + (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/.git + (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/ignored_file +-(D) add_files_recursive, pass 3: queuing leftover directory ${MAIL_DIR}/two for deletion from database + No new mail." + + +-- +2.5.3 +