You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Nolan Lawson (JIRA)" <ji...@apache.org> on 2015/04/10 16:19:12 UTC

[jira] [Created] (COUCHDB-2659) CouchDB master failing the PouchDB test suite - live changes

Nolan Lawson created COUCHDB-2659:
-------------------------------------

             Summary: 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)