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 B6949431FD0 for ; Sat, 22 Feb 2014 14:27:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 mcqVIbJEmBY7 for ; Sat, 22 Feb 2014 14:26:57 -0800 (PST) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 53FEE429E30 for ; Sat, 22 Feb 2014 14:26:12 -0800 (PST) Received: by mail-ee0-f52.google.com with SMTP id c41so1433527eek.25 for ; Sat, 22 Feb 2014 14:26:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=twpMApOcx3EmjsuUUGgDcaym0QpY7tgNuO9FzoPuhbg=; b=AD/UYsHi6g8hlnnBO7/+NUVjSdpvuvZST4SSI2c5li4ZwAyfGLBj3PWzT9KRTi+TFg b7agPEcpKTtgmmf8BsTLNIB5MR6cAAfPYVeGkfFAQh5lcwnSsjHHAKzpOMZ23Nn5u052 TNyAaw/mBnGH7XyHRgZKxgCMJuUIKftqjbFFQfSL7j5udnbAE6MeDNCC4gYWlc9VFGCb UD235IsFztYoRKyompEU8/soDyaTy4kR+beObOyKJs5v0Yjo7vPBlbFGkgpX060mHAMg IEM1BkmZdvGhP/qLcjkcPNM4iy18h+4diDmdIvmTLDQAPRWSH7RNk+Kq2viWwnC3vs19 2LOQ== X-Gm-Message-State: ALoCoQm4HHTYoFPQ3mSQ0rW73oE5uR+pWWVLwXHpP6OB6brZ4X/XTNYBLw7FKr+/+JyMgolT6mMC X-Received: by 10.15.86.11 with SMTP id h11mr15549510eez.8.1393107971004; Sat, 22 Feb 2014 14:26:11 -0800 (PST) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id v6sm43764069eef.2.2014.02.22.14.26.09 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 22 Feb 2014 14:26:10 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 10/13] test: add test database in format version 1 Date: Sun, 23 Feb 2014 00:25:41 +0200 Message-Id: <88bcffe31441e62d19769a2a941a2965f8c91486.1393105055.git.jani@nikula.org> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: References: In-Reply-To: References: 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: Sat, 22 Feb 2014 22:27:01 -0000 Generated using: $ cd test $ ../devel/gen-testdb.sh -v 0.17 -c $PWD/corpus/folders -s v1 This database contains old style probabilistic folder: terms and no path: terms. --- corpus/database content dropped to save bandwidth, see https://gitorious.org/jani/notmuch/commit/88bcffe31441e62d19769a2a941a2965f8c91486 test/test-databases/README | 5 +++++ test/test-databases/database-v1.tar.gz | Bin 0 -> 262063 bytes 2 files changed, 5 insertions(+) create mode 100644 test/test-databases/README create mode 100644 test/test-databases/database-v1.tar.gz diff --git a/test/test-databases/README b/test/test-databases/README new file mode 100644 index 000000000000..af5defe80728 --- /dev/null +++ b/test/test-databases/README @@ -0,1 +1,5 @@ +Notmuch test databases +====================== + +This directory contains pre-generated databases with their source +corpus, chiefly for the purpose of testing database upgrade. -- 1.8.5.3