[
https://issues.apache.org/jira/browse/COUCHDB-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491129#comment-14491129
]
Alexander Shorin commented on COUCHDB-2659:
-------------------------------------------
The error that caused this fall:
{code}
2015-04-11 17:42:25.030 [notice] [email protected] <0.6424.0> 672baff8 127.0.0.1
localhost:15984 GET /testdb/ 200 ok 5
2015-04-11 17:42:30.027 [error] [email protected] <0.6425.0> req_err(99130004)
timeout : The request could not be processed in a reasonable amount of time.
[<<"gen_server:call/2 L180">>,<<"cassim_security:get_security_doc/1
L58">>,<<"cassim_security:get_security/2
L46">>,<<"chttpd_auth_request:db_authorization_check/1
L79">>,<<"chttpd_auth_request:authorize_request/1
L19">>,<<"chttpd:handle_request/1 L210">>,<<"mochiweb_http:headers/5
L93">>,<<"proc_lib:init_p_do_apply/3 L239">>]
2015-04-11 17:42:30.027 [error] [email protected] <0.6425.0> httpd 500 error
response:
{"error":"timeout","reason":"The request could not be processed in a
reasonable amount of time.","ref":99130004}
2015-04-11 17:42:30.037 [notice] [email protected] <0.6425.0> bbfd61c0 127.0.0.1
localhost:15984 GET
/testdb/_changes?timeout=25000&include_docs=true&attachments=true&feed=longpoll&since=0&limit=25
500 ok 5011
{code}
> CouchDB master failing the PouchDB test suite - live changes
> ------------------------------------------------------------
>
> Key: COUCHDB-2659
> URL: https://issues.apache.org/jira/browse/COUCHDB-2659
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Database Core
> Reporter: Nolan Lawson
>
> See [this comment |
> https://github.com/pouchdb/pouchdb/pull/3722#issuecomment-91571425] for
> details. We have automated tests that pull in the latest CouchDB master
> branch and run the PouchDB test suite against it, and recently our tests
> started failing due to [apache/couchdb#313 |
> https://github.com/apache/couchdb/pull/313]. So I switched back to admin
> party mode, but now it's failing for another reason:
> {quote}
> 1) test.attachments.js-http #3074 live changes():
> Uncaught Database encountered an unknown error
> {quote}
> Instructions for running the PouchDB test suite are in our TESTING.md, it's
> pretty straightforward but basically you just want to point it to any CouchDB
> server like so and run the tests:
> {code}
> BAIL=0 COUCH_HOST=http://localhost:15984 npm test
> {code}
> {{BAIL=0}} will prevent bailing upon the first error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)