This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch optimize-ddoc-cache in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6fd34e31a344f21e85e799a19aaed544cc8a30bb Author: Paul J. Davis <[email protected]> AuthorDate: Thu Jul 6 11:09:46 2017 -0500 Remove debug logging --- src/ddoc_cache/test/ddoc_cache_lru_test.erl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/ddoc_cache/test/ddoc_cache_lru_test.erl b/src/ddoc_cache/test/ddoc_cache_lru_test.erl index f5cef16..77b39cd 100644 --- a/src/ddoc_cache/test/ddoc_cache_lru_test.erl +++ b/src/ddoc_cache/test/ddoc_cache_lru_test.erl @@ -90,13 +90,7 @@ check_multi_start(_) -> receive {'DOWN', OpenerRef, _, _, _} -> ok end, lists:foreach(fun({CPid, Ref}) -> receive - {'DOWN', Ref, _, _, normal} -> ok; - {'DOWN', Ref, _, _, Other} -> - io:format(standard_error, "OTHER: ~p~n", [Other]); - Other when not is_tuple(Other) orelse element(1, Other) /= 'DOWN' -> - io:format(standard_error, "MSG: ~p~n", [Other]) - after 2000 -> - io:format(standard_error, "BLAH?!: ~p ~p", [CPid, process_info(CPid, current_stacktrace)]) + {'DOWN', Ref, _, _, normal} -> ok end end, Clients). -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
