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 B91FCCACB for ; Sat, 29 Jun 2013 15:18:21 +0000 (UTC) Received: (qmail 88912 invoked by uid 500); 29 Jun 2013 15:18:08 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 87850 invoked by uid 500); 29 Jun 2013 15:17:51 -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 86615 invoked by uid 99); 29 Jun 2013 15:17:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jun 2013 15:17:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ED8EB3C966; Sat, 29 Jun 2013 15:17:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Sat, 29 Jun 2013 15:18:21 -0000 Message-Id: In-Reply-To: <43c224ecdeb34bb7906df6de05bf79d1@git.apache.org> References: <43c224ecdeb34bb7906df6de05bf79d1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] git commit: updated refs/heads/1843-feature-bigcouch to cba2e81 Update the module list Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/91b5d703 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/91b5d703 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/91b5d703 Branch: refs/heads/1843-feature-bigcouch Commit: 91b5d7033f6c8472b6d44f5c7e3e34bf5212a45d Parents: 004f086 Author: Paul J. Davis Authored: Wed Mar 13 14:11:19 2013 -0500 Committer: Paul J. Davis Committed: Wed Mar 20 06:02:56 2013 -0500 ---------------------------------------------------------------------- test/etap/001-load.t | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/91b5d703/test/etap/001-load.t ---------------------------------------------------------------------- diff --git a/test/etap/001-load.t b/test/etap/001-load.t index a5fa27f..3645f53 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -18,38 +18,59 @@ main(_) -> test_util:init_code_path(), Modules = [ + couch, + couch_app, couch_auth_cache, couch_btree, couch_changes, + couch_compaction_daemon, couch_compress, + couch_config, + couch_config_writer, couch_db, couch_db_update_notifier, couch_db_update_notifier_sup, couch_db_updater, couch_doc, + couch_drv, % Fails unless couch_config gen_server is started. % couch_ejson_compare, + couch_emsort, couch_event_sup, couch_external_manager, couch_external_server, couch_file, couch_httpd, + couch_httpd_auth, + couch_httpd_cors, couch_httpd_db, couch_httpd_external, couch_httpd_misc_handlers, + couch_httpd_oauth, + couch_httpd_proxy, couch_httpd_rewrite, couch_httpd_stats_handlers, + couch_httpd_vhost, couch_key_tree, couch_log, + couch_lru, + couch_native_process, + couch_os_daemons, couch_os_process, + couch_passwords, + couch_primary_sup, + couch_proc_manager, couch_query_servers, + couch_secondary_sup, couch_server, - couch_server_sup, couch_stats_aggregator, couch_stats_collector, couch_stream, + couch_sup, couch_task_status, + couch_users_db, couch_util, + couch_uuids, couch_work_queue, json_stream_parse ],