From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 322446DE20C3 for ; Sun, 26 Feb 2017 09:36:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.175 X-Spam-Level: X-Spam-Status: No, score=-0.175 tagged_above=-999 required=5 tests=[AWL=-0.155, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 WdlKAQQwc-RD for ; Sun, 26 Feb 2017 09:36:57 -0800 (PST) Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by arlo.cworth.org (Postfix) with ESMTPS id AC28E6DE2092 for ; Sun, 26 Feb 2017 09:36:56 -0800 (PST) Received: by mail-lf0-f66.google.com with SMTP id z127so4662098lfa.2 for ; Sun, 26 Feb 2017 09:36:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=kpyuF/bVstXZMc3fjGJMYTnmOwxt6OvUeoKPtAQJzhg=; b=L846+sN6/j3BVbSUrTHfPqZLSLESyRy5OgHwYP+kI9BZHZRrQaGrjKumWs2H4xlQrR 31EVDZ/jZeTTsq196UhH49j+1kkDEAc70506M+UGRrPoU7Bjy1T0y8t6nd1KcJfy629c vJ6+Sqs+Cv/mrMorxsIVRQvP1gK6wXUYocAX3HdL8Oj1bCrlnW1lhOtAWa3CbOHH+9e+ Q1UEApJ5NdCI5H0S08Zjf90UZ2ME3q5YcASGkthwkCTZ3nryf3G4WapMJNuCq1Z8tHba SXu61o1VcNBjH4FgWWN1JqdgwNoMRZ4E/yOe86lKdQ/kdMgoyaQmGV8bdFH2vjBLSCHx 0UTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=kpyuF/bVstXZMc3fjGJMYTnmOwxt6OvUeoKPtAQJzhg=; b=QNOsXRFwt6YJejx201fmS88/jVUb671sWNId12jFLwwBH2+TAT2S5+dCQnBqJvwDa6 5khWQO6afGfB00FNtjYka4TKVjvY91uWgFCt7+EVXtaG0/e82bwc2jSL0wzgsDTcfpUC dSGZ6H5WYcx8vh4Ms+5twesRborMvXviirkCs98VSIpaear+C8OfAl45A/O07ahJDN9h K3IMcwkX/sUbMYqi1Ca9AchtC0kuIDKcTNVKsFqpeg5dRO3Oh35J2FqE+xSploOeKdpt e67R45jUiS2p0TAH+OM0juYi1MyDzVcozE2Os0+U8m0ycH8xMQrh60eELjEwMYUr9bkj s+2A== X-Gm-Message-State: AMke39n2pSK3k+VPwlmnHvK1kjw5RErAaC16y4Bfy4XmP7HNwGgkhWjBEE7/fXdfGJfR4Q== X-Received: by 10.25.210.82 with SMTP id j79mr3092262lfg.96.1488130614565; Sun, 26 Feb 2017 09:36:54 -0800 (PST) Received: from localhost (mobile-access-bcee80-14.dhcp.inet.fi. [188.238.128.14]) by smtp.gmail.com with ESMTPSA id f188sm3367399lfe.12.2017.02.26.09.36.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 26 Feb 2017 09:36:53 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 1/3] test: shrink T590-thread-breakage test decription to one line Date: Sun, 26 Feb 2017 19:36:48 +0200 Message-Id: <20170226173650.16182-1-jani@nikula.org> X-Mailer: git-send-email 2.11.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 26 Feb 2017 17:36:58 -0000 The test description is used for log output, I think the intention is to keep it as a one-liner. Leave the rest of the long description as a comment. --- test/T590-thread-breakage.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/T590-thread-breakage.sh b/test/T590-thread-breakage.sh index 6e4031af46bb..38abc2113c26 100755 --- a/test/T590-thread-breakage.sh +++ b/test/T590-thread-breakage.sh @@ -3,21 +3,21 @@ # Copyright (c) 2016 Daniel Kahn Gillmor # -test_description='thread breakage during reindexing +test_description='thread breakage during reindexing' -notmuch uses ghost documents to track messages we have seen references -to but have never seen. Regardless of the order of delivery, message -deletion, and reindexing, the list of ghost messages for a given -stored corpus should not vary, so that threads can be reassmebled -cleanly. - -In practice, we accept a small amount of variation (and therefore -traffic pattern metadata leakage to be stored in the index) for the -sake of efficiency. - -This test also embeds some subtests to ensure that indexing actually -works properly and attempted fixes to threading issues do not break -the expected contents of the index.' +# notmuch uses ghost documents to track messages we have seen references +# to but have never seen. Regardless of the order of delivery, message +# deletion, and reindexing, the list of ghost messages for a given +# stored corpus should not vary, so that threads can be reassmebled +# cleanly. +# +# In practice, we accept a small amount of variation (and therefore +# traffic pattern metadata leakage to be stored in the index) for the +# sake of efficiency. +# +# This test also embeds some subtests to ensure that indexing actually +# works properly and attempted fixes to threading issues do not break +# the expected contents of the index. . ./test-lib.sh || exit 1 -- 2.11.0