This is an automated email from the ASF dual-hosted git repository.
bbastian pushed a commit to branch COUCHDB-3377
in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9e06e3dfc9ea771ba21e75d865e7b07f5ef93553
Author: Benjamin Bastian <benjamin.bastian@gmail.com>
AuthorDate: Fri Apr 14 16:19:24 2017 -0700
squash
---
src/couch/test/couchdb_compaction_daemon_tests.erl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl b/src/couch/test/couchdb_compaction_daemon_tests.erl
index 25d9b13..5af6a62 100644
--- a/src/couch/test/couchdb_compaction_daemon_tests.erl
+++ b/src/couch/test/couchdb_compaction_daemon_tests.erl
@@ -222,8 +222,9 @@ spawn_compaction_monitor(DbName) ->
DbPid = couch_util:with_db(DbName, fun(Db) ->
Db#db.main_pid
end),
- {ok, ViewPid} = couch_index_server:get_index(couch_mrview_index,
+ {ok, ViewPid, Mon} = couch_index_server:get_index(couch_mrview_index,
DbName, <<"_design/foo">>),
+ couch_index_server:close(Mon),
TestPid ! {self(), started},
receive
{TestPid, go} -> ok
--
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <commits@couchdb.apache.org>.
|