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/04/01 21:13:41 UTC

[jira] [Closed] (COUCHDB-1711) 140-attachment-comp fails on R15B02 and later

     [ https://issues.apache.org/jira/browse/COUCHDB-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joan Touzet closed COUCHDB-1711.
--------------------------------
    Resolution: Won't Fix

We have abandonned the etap tests. If this recurs in an eunit test, we'll open a new ticket for it.

> 140-attachment-comp fails on R15B02 and later
> ---------------------------------------------
>
>                 Key: COUCHDB-1711
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1711
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 1.3
>            Reporter: Jan Lehnardt
>            Assignee: Jan Lehnardt
>
> I'm on Mac OS X 10.8.2 and 10.7.5 1.3.x and master.
> I'm running the following:
> $ git clean -fdx
> $ ./bootstrap
> $ ./configure
> $ make
> $ test/etap/run test/etap/140*.t
> The tests fail with:
> est/etap/140-attachment-comp.t (Wstat: 0 Tests: 76 Failed: 0)
> Parse errors: Bad plan.  You planned 85 tests but ran 76.
> The function tha fails is:
> {noformat}
> test_create_already_compressed_att_with_invalid_content_encoding(
>     DocUri, AttName, AttData, Encoding) ->
>     {ok, Code, _Headers, _Body} = test_util:request(
>         DocUri ++ "/" ++ AttName,
>         [{"Content-Encoding", Encoding}, {"Content-Type", "text/plain"}],
>         put,
>         AttData),
>     etap:is(
>         Code,
>         415,
>         "Couldn't create an already compressed attachment using the "
>         "unsupported encoding '" ++ Encoding ++ "'"
>     ),
>     ok.
> {noformat}
> It is invoked twice, once with "deflate" as Encoding and once with "compress". The compress one fails.
> I skimmed the Erlang R15B02 release notes, but couldn't find any hints. Any help appreciated.
> I consider this a blocker for 1.3.0.



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