Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B779200C22 for ; Mon, 6 Feb 2017 22:59:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6A2D5160B62; Mon, 6 Feb 2017 21:59:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 84F2F160B53 for ; Mon, 6 Feb 2017 22:59:02 +0100 (CET) Received: (qmail 35949 invoked by uid 500); 6 Feb 2017 21:59:01 -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 35643 invoked by uid 99); 6 Feb 2017 21:59:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2017 21:59:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A32BDFF17; Mon, 6 Feb 2017 21:59:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Mon, 06 Feb 2017 21:59:11 -0000 Message-Id: <4932fe83856d4e868eb2246f66aadcc1@git.apache.org> In-Reply-To: <39477ff8180e47edac1798dee132df3a@git.apache.org> References: <39477ff8180e47edac1798dee132df3a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/13] couch commit: updated refs/heads/COUCHDB-3287-pluggable-storage-engines to e4e3a68 archived-at: Mon, 06 Feb 2017 21:59:03 -0000 couchdb compaction daemon tests fix meck wait call Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/cf6004ff Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/cf6004ff Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/cf6004ff Branch: refs/heads/COUCHDB-3287-pluggable-storage-engines Commit: cf6004ffd9dc72c92aad8c8ba16b80c106427b0a Parents: e163206 Author: Paul J. Davis Authored: Mon Feb 6 14:49:42 2017 -0600 Committer: Paul J. Davis Committed: Mon Feb 6 14:49:42 2017 -0600 ---------------------------------------------------------------------- test/couchdb_compaction_daemon_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/cf6004ff/test/couchdb_compaction_daemon_tests.erl ---------------------------------------------------------------------- diff --git a/test/couchdb_compaction_daemon_tests.erl b/test/couchdb_compaction_daemon_tests.erl index 6d423d9..28a157c 100644 --- a/test/couchdb_compaction_daemon_tests.erl +++ b/test/couchdb_compaction_daemon_tests.erl @@ -242,7 +242,7 @@ spawn_compaction_monitor(DbName) -> 1, couch_db_updater, handle_cast, - [{compact_done, '_'}, '_'], + [{compact_done, '_', '_'}, '_'], DbPid, ?TIMEOUT ),