From: David Bremner Date: Tue, 7 Jun 2016 11:51:24 +0000 (+2100) Subject: Re: [PATCH] test: Tnnn-* script file name renames X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc9a9f262b1c97fa183444731d3f0cb371424890;p=notmuch-archives.git Re: [PATCH] test: Tnnn-* script file name renames --- diff --git a/65/5ce7173e28263692e225b41f348bf2591f53bb b/65/5ce7173e28263692e225b41f348bf2591f53bb new file mode 100644 index 000000000..b49f8303a --- /dev/null +++ b/65/5ce7173e28263692e225b41f348bf2591f53bb @@ -0,0 +1,82 @@ +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 AA9376DE0319 + for ; Tue, 7 Jun 2016 04:51:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.011 +X-Spam-Level: +X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 + tests=[AWL=-0.000, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-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 Eiz8oczQmU-D for ; + Tue, 7 Jun 2016 04:51:29 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id E590A6DE0140 + for ; Tue, 7 Jun 2016 04:51:28 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1bAFXO-0007G3-0B; Tue, 07 Jun 2016 07:51:14 -0400 +Received: (nullmailer pid 20887 invoked by uid 1000); + Tue, 07 Jun 2016 11:51:24 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Cc: tomi.ollila@iki.fi +Subject: Re: [PATCH] test: Tnnn-* script file name renames +In-Reply-To: <1465143703-18260-1-git-send-email-tomi.ollila@iki.fi> +References: <1465143703-18260-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.22+28~gb9bf3f4 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 07 Jun 2016 08:51:24 -0300 +Message-ID: <87k2i19pz7.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Tue, 07 Jun 2016 11:51:36 -0000 + +Tomi Ollila writes: + +> Over time, new test scripts of any particular "group" are added +> in-between of current test scripts by giving them number that is not +> divisible by 10. Eventually the space between groups fill up (i.e. +> all 10 "slots" are used), or it is just hard to recognize suitable +> number for new test. +> +> Instead of trying hard planning work for grouping these and adding +> more space for the groups (manually by hand) or trying to widen the +> space for all, this (automatic) renumbering of the file name takes +> care of the "problem" for a while. +> --- +> +> If this patch is applied, this will make all patches in queue that +> have test script changes fail to merge :( -- so this is partially +> wip, but at least commit message is written... + +I just rebased the retry-lock and message-properties series (separately) +on top of your commit without conflicts, so it's probably not that big +of a deal. Do you think it's worth documenting what the supposed groups +of tests are (maybe in tests/README)? The groups could really use some +cleaning up. For example, we have at least two set groups of emacs +tests. Some things will be harder to classify, of course. That's why we [1] +believe in tags not folders ;). Nonetheless, perhaps it will be useful +to have things a bit less chaotic. Eventually we might even want to +support the idea of running a "group" of tests. + +d + +[1]: except those who believe in searchs, not tags.