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 2019/05/26 05:06:57 UTC

[couchdb] branch jenkins-fixup-eunittest updated: re-add test

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

jiangphcn pushed a commit to branch jenkins-fixup-eunittest
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-fixup-eunittest by this push:
     new 6ade656  re-add test
6ade656 is described below

commit 6ade656ff7f633f2a72694cc808ed1f3876ad1ff
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Sun May 26 13:06:29 2019 +0800

    re-add test
---
 src/chttpd/test/chttpd_handlers_tests.erl        |  2 +-
 src/mem3/test/mem3_reshard_api_test.erl          | 14 +++++++-------
 src/mem3/test/mem3_reshard_changes_feed_test.erl |  4 ++--
 src/mem3/test/mem3_reshard_test.erl              |  8 ++++----
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/chttpd/test/chttpd_handlers_tests.erl b/src/chttpd/test/chttpd_handlers_tests.erl
index 75c6966..f3e8f5d 100644
--- a/src/chttpd/test/chttpd_handlers_tests.erl
+++ b/src/chttpd/test/chttpd_handlers_tests.erl
@@ -37,7 +37,7 @@ replicate_test_() ->
                 foreach,
                 fun setup/0, fun teardown/1,
                 [
-                    %fun should_escape_dbname_on_replicate/1
+                    fun should_escape_dbname_on_replicate/1
                 ]
             }
         }
diff --git a/src/mem3/test/mem3_reshard_api_test.erl b/src/mem3/test/mem3_reshard_api_test.erl
index f456ba1..982fed1 100644
--- a/src/mem3/test/mem3_reshard_api_test.erl
+++ b/src/mem3/test/mem3_reshard_api_test.erl
@@ -81,10 +81,10 @@ mem3_reshard_api_test_() ->
                     fun test_disabled/1,
                     fun start_stop_cluster_with_a_job/1,
                     fun individual_job_start_stop/1,
-                    %fun individual_job_stop_when_cluster_stopped/1,
+                    fun individual_job_stop_when_cluster_stopped/1,
                     fun create_job_with_invalid_arguments/1,
-                    %fun create_job_with_db/1,
-                    %fun create_job_with_shard_name/1,
+                    fun create_job_with_db/1,
+                    fun create_job_with_shard_name/1,
                     fun completed_job_handling/1,
                     fun handle_db_deletion_in_initial_copy/1,
                     fun handle_db_deletion_in_topoff1/1,
@@ -92,15 +92,15 @@ mem3_reshard_api_test_() ->
                     fun handle_db_deletion_in_build_indices/1,
                     fun handle_db_deletion_in_update_shard_map/1,
                     fun handle_db_deletion_in_wait_source_close/1,
-                    %fun recover_in_initial_copy/1,
+                    fun recover_in_initial_copy/1,
                     fun recover_in_topoff1/1,
                     fun recover_in_copy_local_docs/1,
-                    %fun recover_in_build_indices/1,
+                    fun recover_in_build_indices/1,
                     fun recover_in_update_shard_map/1,
                     fun recover_in_wait_source_close/1,
                     fun recover_in_topoff3/1,
-                    %fun recover_in_source_delete/1,
-                    %fun check_max_jobs/1,
+                    fun recover_in_source_delete/1,
+                    fun check_max_jobs/1,
                     fun check_node_and_range_required_params/1,
                     fun cleanup_completed_jobs/1
                 ]
diff --git a/src/mem3/test/mem3_reshard_changes_feed_test.erl b/src/mem3/test/mem3_reshard_changes_feed_test.erl
index 2996f14..57d0ad2 100644
--- a/src/mem3/test/mem3_reshard_changes_feed_test.erl
+++ b/src/mem3/test/mem3_reshard_changes_feed_test.erl
@@ -57,8 +57,8 @@ mem3_reshard_changes_feed_test_() ->
                 foreach,
                 fun setup/0, fun teardown/1,
                 [
-                    %fun normal_feed_should_work_after_split/1
-                    %fun continuous_feed_should_work_during_split/1
+                    fun normal_feed_should_work_after_split/1
+                    fun continuous_feed_should_work_during_split/1
                 ]
             }
         }
diff --git a/src/mem3/test/mem3_reshard_test.erl b/src/mem3/test/mem3_reshard_test.erl
index b5acfb3..8c44796 100644
--- a/src/mem3/test/mem3_reshard_test.erl
+++ b/src/mem3/test/mem3_reshard_test.erl
@@ -63,11 +63,11 @@ mem3_reshard_db_test_() ->
                 foreach,
                 fun setup/0, fun teardown/1,
                 [
-                    %fun split_one_shard/1,
-                    %fun update_docs_before_topoff1/1,
+                    fun split_one_shard/1,
+                    fun update_docs_before_topoff1/1,
                     fun indices_are_built/1,
-                    %fun split_partitioned_db/1,
-                    %fun split_twice/1,
+                    fun split_partitioned_db/1,
+                    fun split_twice/1,
                     fun couch_events_are_emitted/1,
                     fun retries_work/1,
                     fun target_reset_in_initial_copy/1,