Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64203108C7 for ; Mon, 22 Jul 2013 10:25:40 +0000 (UTC) Received: (qmail 12111 invoked by uid 500); 22 Jul 2013 10:25:27 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 11929 invoked by uid 500); 22 Jul 2013 10:25:27 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 10365 invoked by uid 99); 22 Jul 2013 10:25:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 10:25:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A78738B06C9; Mon, 22 Jul 2013 10:25:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Mon, 22 Jul 2013 10:25:36 -0000 Message-Id: In-Reply-To: <10f5b68774524227a2f788b7e382a844@git.apache.org> References: <10f5b68774524227a2f788b7e382a844@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/50] [abbrv] git commit: updated refs/heads/1684-feature-db-updates to ea07223 [TESTS] Make tests run more reliably. Delete test-auth-dbs before tests. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e6d95ae5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e6d95ae5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e6d95ae5 Branch: refs/heads/1684-feature-db-updates Commit: e6d95ae5de7ba021c32021d955d718198e209da9 Parents: 785a342 Author: Jan Lehnardt Authored: Thu Jun 13 19:36:38 2013 +0200 Committer: Jan Lehnardt Committed: Thu Jun 13 19:37:34 2013 +0200 ---------------------------------------------------------------------- test/etap/075-auth-cache.t | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e6d95ae5/test/etap/075-auth-cache.t ---------------------------------------------------------------------- diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t index 2bb17c8..7a8b824 100755 --- a/test/etap/075-auth-cache.t +++ b/test/etap/075-auth-cache.t @@ -72,6 +72,8 @@ test() -> couch_config:set( "couch_httpd_auth", "authentication_db", binary_to_list(auth_db_name()), false), + delete_db(auth_db_name()), + delete_db(auth_db_2_name()), test_auth_db_crash(),