You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/12/16 22:24:44 UTC

[jira] Closed: (COUCHDB-176) Test Suite fails to run

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

Chris Anderson closed COUCHDB-176.
----------------------------------

    Resolution: Invalid

Rob,

We're currently supporting just Firefox 3 with the Test Suite. We've got nothing against other browsers, it's just easier to debug CouchDB if we're not also debugging an HTTP stack implementation. Does the test suite pass for you on FF?

If you have an idea about how to get DELETE support working in Opera, we'd love a patch.

> Test Suite fails to run
> -----------------------
>
>                 Key: COUCHDB-176
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-176
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 0.9
>         Environment: Apache CouchDB 0.9.0a725828-incubating compiled from SVN on OS X 10.5.5, erlang 5.6.5, Opera 9.62
>            Reporter: Rob Crowther
>            Priority: Blocker
>
> Installed CouchDB trunk from SVN, (chmod|chown) -R couchdb (/usr/local/etc/couchdb | /usr/local/var/lib/couchdb | /usr/local/var/log/couchdb), ran couchdb as couchdb user (sudo -u couchdb couchdb). Went to http://127.0.0.1:5984/_utils/index.html, clicked Test Suite, clicked Run All, was presented with errors.
> The first test fails with
> basics	error	1248ms	 
> Assertion failed: db.info().db_name == "test_suite_db"
> Assertion failed: db.info().doc_count == 0
> Assertion failed: db.info().doc_count == 4
> Exception raised: {"error":"conflict","reason":"Document update conflict.","stacktrace":"n/a; see 'opera:config#UserPrefs|Exceptions Have Stacktrace'\u0000"}
> All subsequent tests (until an apparent hang at view_collation) failed with (e.g.):
> all_docs	error	16ms	 
> Exception raised: {"error":"file_exists","reason":"The database could not be created, the file already exists.","stacktrace":"n/a; see 'opera:config#UserPrefs|Exceptions Have Stacktrace'\u0000"}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.