You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/05/15 23:09:04 UTC

[jira] [Created] (COUCHDB-3419) EUnit: couchdb_os_proc_pool timeouts

Joan Touzet created COUCHDB-3419:
------------------------------------

             Summary: EUnit: couchdb_os_proc_pool timeouts
                 Key: COUCHDB-3419
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3419
             Project: CouchDB
          Issue Type: Bug
          Components: Test Suite
            Reporter: Joan Touzet


https://travis-ci.org/apache/couchdb/jobs/232602947#L2781-L2820

{noformat}
module 'couchdb_os_proc_pool'

  OS processes pool tests

    couchdb_os_proc_pool:50: should_block_new_proc_on_full_pool...*failed*

in function couchdb_os_proc_pool:'-should_block_new_proc_on_full_pool/0-fun-0-'/2 (test/couchdb_os_proc_pool.erl, line 55)

in call from couchdb_os_proc_pool:'-should_block_new_proc_on_full_pool/0-fun-13-'/0 (test/couchdb_os_proc_pool.erl, line 55)

**error:{assertEqual_failed,[{module,couchdb_os_proc_pool},

                     {line,55},

                     {expression,"ping_client ( Client1 )"},

                     {expected,ok},

                     {value,timeout}]}

    couchdb_os_proc_pool:85: should_free_slot_on_proc_unexpected_exit...*failed*

in function couchdb_os_proc_pool:'-should_free_slot_on_proc_unexpected_exit/0-fun-0-'/2 (test/couchdb_os_proc_pool.erl, line 90)

in call from couchdb_os_proc_pool:'-should_free_slot_on_proc_unexpected_exit/0-fun-19-'/0 (test/couchdb_os_proc_pool.erl, line 90)

**error:{assertEqual_failed,[{module,couchdb_os_proc_pool},

                     {line,90},

                     {expression,"ping_client ( Client1 )"},

                     {expected,ok},

                     {value,timeout}]}

    couchdb_os_proc_pool:126: should_reuse_known_proc...*failed*

in function couchdb_os_proc_pool:'-should_reuse_known_proc/0-fun-0-'/2 (test/couchdb_os_proc_pool.erl, line 130)

in call from couchdb_os_proc_pool:'-should_reuse_known_proc/0-fun-11-'/0 (test/couchdb_os_proc_pool.erl, line 130)

**error:{assertEqual_failed,[{module,couchdb_os_proc_pool},

                     {line,130},

                     {expression,"ping_client ( Client1 )"},

                     {expected,ok},

                     {value,timeout}]}

    couchdb_os_proc_pool:183: should_reduce_pool_on_idle_os_procs...*failed*

in function couchdb_os_proc_pool:'-should_reduce_pool_on_idle_os_procs/0-fun-0-'/2 (test/couchdb_os_proc_pool.erl, line 193)

in call from couchdb_os_proc_pool:'-should_reduce_pool_on_idle_os_procs/0-fun-8-'/0 (test/couchdb_os_proc_pool.erl, line 193)

**error:{assertEqual_failed,[{module,couchdb_os_proc_pool},

                     {line,193},

                     {expression,"ping_client ( Client1 )"},

                     {expected,ok},

                     {value,timeout}]}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)