sarveshtamba commented on issue #2053: `make check` failures on ppc64le (`erl_child_setup: failed with error 32 on line 253`) URL: https://github.com/apache/couchdb/issues/2053#issuecomment-504893632 I did the following change:- ``` sar@pts00452-vm13:~/couchdb/couchdb$ git diff diff --git a/src/mem3/test/mem3_reshard_api_test.erl b/src/mem3/test/mem3_reshard_api_test.erl index 982fed1..61ac32a 100644 --- a/src/mem3/test/mem3_reshard_api_test.erl +++ b/src/mem3/test/mem3_reshard_api_test.erl @@ -83,7 +83,8 @@ 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, + {timeout, 20, 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, ``` However now im following this below error:- ``` module 'mem3_reshard_api_test' mem3 shard split api tests mem3_reshard_api_test:114: basics...[0.019 s] ok mem3_reshard_api_test:145: create_job_basic...[0.235 s] ok mem3_reshard_api_test:200: create_two_jobs...[0.614 s] ok mem3_reshard_api_test:226: create_multiple_jobs_from_one_post...[0.314 s] ok mem3_reshard_api_test:235: start_stop_cluster_basic...[0.299 s] ok mem3_reshard_api_test:269: test_disabled...[0.010 s] ok mem3_reshard_api_test:281: start_stop_cluster_with_a_job...[0.623 s] ok mem3_reshard_api_test:324: individual_job_start_stop...[2.012 s] ok mem3_reshard_api_test:360: individual_job_stop_when_cluster_stopped...[2.816 s] ok mem3_reshard_api_test:405: create_job_with_invalid_arguments...[0.023 s] ok undefined *** bad test descriptor *** **#Fun<mem3_reshard_api_test.7.17670752> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
