jaydoane 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-504106821
 
 
   > mem3_reshard_api_test:441: create_job_with_db...*timed out*
   > mem3_reshard_api_test:472: create_job_with_shard_name...*timed out*
   > mem3_reshard_test:314: split_twice...*timed out*
   
   For the first failure, you could try replacing [this 
line](https://github.com/apache/couchdb/blob/master/src/mem3/test/mem3_reshard_api_test.erl#L86)
 with something like:
    ```
   {timeout, 20, fun create_job_with_db/1},
   ```
   where the numerical value is in seconds. The default is 5, so you can play 
around with larger values to see if that allows the test to pass. 

----------------------------------------------------------------
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

Reply via email to