This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch jenkins-pre-pse-daemon-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 1849990debbeb00bb687a9f2a867d6d9c1b91c58 Author: Paul J. Davis <[email protected]> AuthorDate: Wed Feb 28 12:10:53 2018 -0600 TMP - Debug logging for Jenkins failures --- src/couch/test/couchdb_compaction_daemon_tests.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl b/src/couch/test/couchdb_compaction_daemon_tests.erl index 0d7a468..aaee047 100644 --- a/src/couch/test/couchdb_compaction_daemon_tests.erl +++ b/src/couch/test/couchdb_compaction_daemon_tests.erl @@ -195,6 +195,7 @@ get_db_frag(DbName) -> couch_db:close(Db), FileSize = get_size(file, Info), DataSize = get_size(active, Info), + couch_log:error("XKCD: ~p ~p ~w", [FileSize, DataSize, Info]), {round((FileSize - DataSize) / FileSize * 100), FileSize}. get_view_frag(DbName) -> -- To stop receiving notification emails like this one, please contact [email protected].
