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/06 09:11:35 UTC

[couchdb] branch jenkins-fixup-eunit-test created (now 6cba5f4)

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

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


      at 6cba5f4  debug for failed eunit test

This branch includes the following new commits:

     new 6cba5f4  debug for failed eunit test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: debug for failed eunit test

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6cba5f46828c048893cdbf074c07c589d4b92d83
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Mon May 6 17:11:04 2019 +0800

    debug for failed eunit test
---
 src/mem3/test/mem3_reshard_api_test.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mem3/test/mem3_reshard_api_test.erl b/src/mem3/test/mem3_reshard_api_test.erl
index 982fed1..84d45fb 100644
--- a/src/mem3/test/mem3_reshard_api_test.erl
+++ b/src/mem3/test/mem3_reshard_api_test.erl
@@ -83,7 +83,7 @@ mem3_reshard_api_test_() ->
                     fun individual_job_start_stop/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_db/1,
                     fun create_job_with_shard_name/1,
                     fun completed_job_handling/1,
                     fun handle_db_deletion_in_initial_copy/1,