You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/01/07 06:34:55 UTC

[couchdb] branch bloodbuild-afterxmas4 updated: f

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch bloodbuild-afterxmas4
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/bloodbuild-afterxmas4 by this push:
     new b5bcc27  f
b5bcc27 is described below

commit b5bcc27753496edd394a1349d7d7085094286c27
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Tue Jan 7 14:34:27 2020 +0800

    f
---
 src/couch/src/couch_sup.erl                                           | 4 ++--
 .../test/eunit/couch_replicator_retain_stats_between_job_runs.erl     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/couch/src/couch_sup.erl b/src/couch/src/couch_sup.erl
index f8552ec..ac117ea 100644
--- a/src/couch/src/couch_sup.erl
+++ b/src/couch/src/couch_sup.erl
@@ -28,8 +28,8 @@
 
 
 start_link() ->
-    %assert_admins(),
-    %maybe_launch_admin_annoyance_reporter(),
+    assert_admins(),
+    maybe_launch_admin_annoyance_reporter(),
     write_pidfile(),
     notify_starting(),
 
diff --git a/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl b/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl
index 9dd86b3..a1937bf 100644
--- a/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl
+++ b/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl
@@ -40,8 +40,8 @@ stats_retained_test_() ->
     {
         setup,
         fun setup/0,
-        fun teardown/1,
-        fun t_stats_retained/1
+        fun teardown/1
+        %fun t_stats_retained/1
     }.