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/03/25 02:41:41 UTC

[jira] [Commented] (COUCHDB-3344) EUnit: compaction_daemon_tests timing out

    [ https://issues.apache.org/jira/browse/COUCHDB-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941529#comment-15941529 ] 

Joan Touzet commented on COUCHDB-3344:
--------------------------------------

We also sometimes get an outright failure:

{noformat}
module 'couchdb_compaction_daemon_tests'
  Compaction daemon tests
    couchdb_compaction_daemon_tests:74: should_compact_by_default_rule...*timed out*
    undefined
  couchdb_compaction_daemon_tests:109: should_compact_by_dbname_rule...*failed*
in function couchdb_compaction_daemon_tests:query_view/1 (test/couchdb_compaction_daemon_tests.erl, line 195)
in call from lists:foreach/2 (lists.erl, line 1337)
in call from couchdb_compaction_daemon_tests:update/1 (test/couchdb_compaction_daemon_tests.erl, line 182)
in call from couchdb_compaction_daemon_tests:populate/7 (test/couchdb_compaction_daemon_tests.erl, line 174)
in call from couchdb_compaction_daemon_tests:'-should_compact_by_dbname_rule/1-fun-7-'/1 (test/couchdb_compaction_daemon_tests.erl, line 111)
**error:{badmatch,{error,retry_later}}
  output:<<"">>
{noformat}

> EUnit: compaction_daemon_tests timing out
> -----------------------------------------
>
>                 Key: COUCHDB-3344
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3344
>             Project: CouchDB
>          Issue Type: Test
>          Components: Test Suite
>            Reporter: Joan Touzet
>
> We thought we'd hammered the compaction daemon tests out, but there's still a situation where the test can time out. This has happened at least 4 times since Paul Davis checked in his fixes.
> {noformat}
> module 'couchdb_compaction_daemon_tests'
>   Compaction daemon tests
>     couchdb_compaction_daemon_tests:74: should_compact_by_default_rule...*timed out*
>     undefined
>   couchdb_compaction_daemon_tests:109: should_compact_by_dbname_rule...*timed out*
>   undefined
> {noformat}
> Sometimes, only one of the tests times out:
> {noformat}
> module 'couchdb_compaction_daemon_tests'
>   Compaction daemon tests
>     couchdb_compaction_daemon_tests:74: should_compact_by_default_rule...*timed out*
>     undefined
>   couchdb_compaction_daemon_tests:109: should_compact_by_dbname_rule...[38.982 s] ok
> {noformat}



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