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

davisp pushed a commit to branch tmp-fix-compaction-daemon-test-with-pse
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to 
refs/heads/tmp-fix-compaction-daemon-test-with-pse by this push:
     new 9bfcdaf  TMP - Now with more debug!
9bfcdaf is described below

commit 9bfcdaf79748a6a8c6a1bb410a1a3da11de35af8
Author: Paul J. Davis <[email protected]>
AuthorDate: Wed Feb 28 12:59:09 2018 -0600

    TMP - Now with more debug!
---
 src/couch/test/couchdb_compaction_daemon_tests.erl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl 
b/src/couch/test/couchdb_compaction_daemon_tests.erl
index 800c781..34a273b 100644
--- a/src/couch/test/couchdb_compaction_daemon_tests.erl
+++ b/src/couch/test/couchdb_compaction_daemon_tests.erl
@@ -73,6 +73,8 @@ compaction_daemon_test_() ->
 
 should_compact_by_default_rule(DbName) ->
     {timeout, ?TIMEOUT_S, ?_test(begin
+        couch_log:error("XKCD: I AM TEST!", []),
+
         CompactionMonitor = spawn_compaction_monitor(DbName),
 
         {_, DbFileSize} = get_db_frag(DbName),
@@ -93,6 +95,8 @@ should_compact_by_default_rule(DbName) ->
         {DbFrag2, DbFileSize2} = get_db_frag(DbName),
         {ViewFrag2, ViewFileSize2} = get_view_frag(DbName),
 
+        couch_log:error("XKCD: ~p ~p ~p", [DbFileSize, DbFileSize2, DbFrag2]),
+
         ?assert(DbFrag2 < 70),
         ?assert(ViewFrag2 < 70),
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to