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

[jira] [Commented] (COUCHDB-3413) EUnit: test setup fail, db not created

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

Jan Lehnardt commented on COUCHDB-3413:
---------------------------------------

I opened a PR that adds debugging for this case:

https://github.com/apache/couchdb/pull/518

I expect this is cause by one of the spurious 500 errors the cluster sometimes returns

> EUnit: test setup fail, db not created
> --------------------------------------
>
>                 Key: COUCHDB-3413
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3413
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Joan Touzet
>
> 1 instance so far, in Jenkins. Looks like a database isn't getting created correctly.
> {noformat}
> module 'chttpd_db_doc_size_tests'
>   chttpd db max_document_size tests
>     chttpd_db_doc_size_tests:72: post_single_doc...[0.007 s] ok
>     undefined
>     *** context setup failed ***
> **in function chttpd_db_doc_size_tests:'-create_db/1-fun-0-'/1 (test/chttpd_db_doc_size_tests.erl, line 45)
> in call from chttpd_db_doc_size_tests:setup/0 (test/chttpd_db_doc_size_tests.erl, line 35)
> **error:{assert,[{module,chttpd_db_doc_size_tests},
>          {line,45},
>          {expression,"Status =:= 201 orelse Status =:= 202"},
>          {expected,true},
>          {value,false}]}
> {noformat}



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