I recently installed CouchDB, but haven't gotten past the test suite yet. It seems that each time I run it, I get different errors than before, even without configuration changes.
The CouchDB Guide says the test suite shouldn't have "an inordinate number of failures", but what is "inordinate"? How many errors should I tolerate before I start developing?
For reference, here are the errors I'm seeing.
When installed from Ubuntu repository (Runs 1 & 2):
- oauth
- replication
- rev_stemming
- security_validation
- view_conflicts
Then remedied by removing, then installing from source, as suggested here:
Run 3
- attachments
- jsonp
Runs 4 & 5
- attachments
- auth_cache
- jsonp
- list_views
- rev_stemming
Run 6, after clearing cache, then restarting couchdb
- No errors!