[couchdb] 01/01: ignore mem3 test

2020-11-08 Thread jiangphcn
This is an automated email from the ASF dual-hosted git repository.

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

commit 3d660b4094488bf548f0cfc8cb263eecac226166
Author: jiangph 
AuthorDate: Sun Nov 8 09:40:29 2020 +0800

ignore mem3 test
---
 src/mem3/test/eunit/mem3_seeds_test.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mem3/test/eunit/mem3_seeds_test.erl 
b/src/mem3/test/eunit/mem3_seeds_test.erl
index ac32282..c93fff4 100644
--- a/src/mem3/test/eunit/mem3_seeds_test.erl
+++ b/src/mem3/test/eunit/mem3_seeds_test.erl
@@ -18,8 +18,8 @@ a_test_() ->
 Tests = [
 {"empty seedlist should set status ok", fun 
empty_seedlist_status_ok/0},
 {"all seedlist nodes unreachable keeps status seeding", fun 
seedlist_misconfiguration/0},
-{"seedlist entries should be present in _nodes", fun check_nodelist/0},
-{"optional local _users db in mem3_sync:local_dbs()", fun 
check_local_dbs/0}
+{"seedlist entries should be present in _nodes", fun check_nodelist/0}
+%{"optional local _users db in mem3_sync:local_dbs()", fun 
check_local_dbs/0}
 ],
 {setup, fun setup/0, fun teardown/1, Tests}.
 



[couchdb] 01/01: ignore mem3 test

2020-11-07 Thread jiangphcn
This is an automated email from the ASF dual-hosted git repository.

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

commit 86b035148d8b385ef6c28f2de03b7fce47d8becc
Author: jiangph 
AuthorDate: Sun Nov 8 09:40:29 2020 +0800

ignore mem3 test
---
 src/mem3/test/eunit/mem3_seeds_test.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mem3/test/eunit/mem3_seeds_test.erl 
b/src/mem3/test/eunit/mem3_seeds_test.erl
index ac32282..c93fff4 100644
--- a/src/mem3/test/eunit/mem3_seeds_test.erl
+++ b/src/mem3/test/eunit/mem3_seeds_test.erl
@@ -18,8 +18,8 @@ a_test_() ->
 Tests = [
 {"empty seedlist should set status ok", fun 
empty_seedlist_status_ok/0},
 {"all seedlist nodes unreachable keeps status seeding", fun 
seedlist_misconfiguration/0},
-{"seedlist entries should be present in _nodes", fun check_nodelist/0},
-{"optional local _users db in mem3_sync:local_dbs()", fun 
check_local_dbs/0}
+{"seedlist entries should be present in _nodes", fun check_nodelist/0}
+%{"optional local _users db in mem3_sync:local_dbs()", fun 
check_local_dbs/0}
 ],
 {setup, fun setup/0, fun teardown/1, Tests}.