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/09 20:44:04 UTC

[jira] [Commented] (COUCHDB-3383) EUnit: couchdb_file_compression_tests timed out

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

Joan Touzet commented on COUCHDB-3383:
--------------------------------------

Seen another failure of this variety in Travis today.

{noformat}
module 'couchdb_file_compression_tests'

  CouchDB file compression tests

    Use no compression

      couchdb_file_compression_tests:73: should_use_none (compact database)...[2.173 s] ok

      couchdb_file_compression_tests:74: should_use_none (compact view)...[0.679 s] ok

      [done in 2.858 s]

    Use deflate compression at level 1

      couchdb_file_compression_tests:83: should_use_deflate_1 (compact database)...[3.159 s] ok

      couchdb_file_compression_tests:84: should_use_deflate_1 (compact view)...[0.628 s] ok

      [done in 3.793 s]

    Use deflate compression at level 9

      couchdb_file_compression_tests:93: should_use_deflate_9 (compact database)...[1.873 s] ok

      couchdb_file_compression_tests:94: should_use_deflate_9 (compact view)...[0.841 s] ok

      [done in 2.720 s]

    Use snappy compression

      couchdb_file_compression_tests:103: should_use_snappy (compact database)...*timed out*

    couchdb_file_compression_tests:110: should_compare_compression_methods (none > snappy > deflate_1 > deflate_9)...[9.278 s] ok
{noformat}

Looks like we need to up the timeout on these tests by a bit.

> EUnit: couchdb_file_compression_tests timed out
> -----------------------------------------------
>
>                 Key: COUCHDB-3383
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3383
>             Project: CouchDB
>          Issue Type: Test
>          Components: Test Suite
>            Reporter: Joan Touzet
>
> Ubuntu 16.04, default Erlang version. First time we're seeing this.
> {noformat}
> module 'couchdb_file_compression_tests'
>   CouchDB file compression tests
>     Use no compression
>       couchdb_file_compression_tests:73: should_use_none (compact database)...*timed out*
>     Use deflate compression at level 1
>       couchdb_file_compression_tests:83: should_use_deflate_1 (compact database)...[1.576 s] ok
>       couchdb_file_compression_tests:84: should_use_deflate_1 (compact view)...[0.680 s] ok
>       [done in 2.262 s]
>     Use deflate compression at level 9
>       couchdb_file_compression_tests:93: should_use_deflate_9 (compact database)...[1.413 s] ok
>       couchdb_file_compression_tests:94: should_use_deflate_9 (compact view)...[0.681 s] ok
>       [done in 2.100 s]
>     Use snappy compression
>       couchdb_file_compression_tests:103: should_use_snappy (compact database)...[1.096 s] ok
>       couchdb_file_compression_tests:104: should_use_snappy (compact view)...[0.521 s] ok
>       [done in 1.623 s]
>     couchdb_file_compression_tests:110: should_compare_compression_methods (none > snappy > deflate_1 > deflate_9)...[7.143 s] ok
> {noformat}



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