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/10 13:01:13 UTC

[couchdb] branch bloodbuild-afterxmas4 updated: re-enable test

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 a57cbf7  re-enable test
a57cbf7 is described below

commit a57cbf7749a7ceb72265e1d1f60f2f8241d04666
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Fri Jan 10 21:00:34 2020 +0800

    re-enable test
---
 src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl b/src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl
index 2f71acc..9a53915 100644
--- a/src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl
+++ b/src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl
@@ -68,7 +68,7 @@ check_lru_test_() ->
             {"check_multi_start", fun check_multi_start/1},
             {"check_multi_open", fun check_multi_open/1},
             {"check_capped_size", fun check_capped_size/1},
-            %{"check_cache_refill", fun check_cache_refill/1},
+            {"check_cache_refill", fun check_cache_refill/1},
             {"check_evict_and_exit", fun check_evict_and_exit/1}
         ])
     }.