Hello,
I need some help to find an issue. make check works perfectly on my
Ubuntu laptop (lucid). But not on an ec2 machine with karmic.
/opt/apache-couchdb-1.0.1/test/etap/140-attachment-comp................FAILED
test 78
./140-attachment-comp.t
ok 77 - Couldn't create an already compressed attachment using the
unsupported encoding 'deflate'
# Test died abnormally: {'EXIT',{{badmatch,{error,socket_closed_remotely}},
[{erl_eval,expr,3}]}}
[error] [<0.32.0>] {error_report,<0.24.0>,
{<0.32.0>,crash_report,
[[{initial_call,{etap,start_etap_server,[]}},
{pid,<0.32.0>},
{registered_name,etap_server},
{error_info,
{exit,
{badarg,
[{io,format,
[<0.24.0>,"~s~n",
[[66,97,105,108,32,111,117,116,33,32|
{'EXIT',
{{badmatch,{error,socket_closed_remotely}},
[{erl_eval,expr,3}]}}]]]},
{etap,test_server,1},
{proc_lib,init_p_do_apply,3}]},
[{io,o_request,3},{etap,test_server,1},{proc_lib,init_p_do_apply,3}]}},
{ancestors,[<0.1.0>]},
{messages,[done]},
{links,[]},
{dictionary,[]},
{trap_exit,false},
{status,running},
{heap_size,987},
{stack_size,24},
{reductions,2110}],
[]]}}
Does anybody know which dependency is missing or what may be causing
this? Couchdb runs fine and my application tests pass. How can I get
more information about the failure?
Since my deploy script stops bundling a new image if couchs tests fail
it would be nice to have that issue solved. Even if I don't use
compressed attachments.
Cheers,
Timo