I have just installed CouchDB 0.7.3a656035 on MAC OSX 10.5.2, PPC.
When running the test suite, I get 4 errors and 4 failures. Since
CouchDB is under development, I was wondering if this is expected
behavior, or should I be looking for problems in my installation.
The errors and failures are:
basics ! failure 685ms
1 Assertion failed:
results.total_rows == 3
2 Assertion failed:
db.info().doc_count == 6
3 Assertion failed:
db.open(existingDoc._id) == null
4 Assertion failed:
results.total_rows == 2
5 Assertion failed:
db.info().doc_count == 5
conflicts ! error 356ms
1 Exception raised:
{"error":"conflict","reason":"Update
conflict","line":
54,"sourceURL":"http://localhost:5984/_utils/script/couch.js"}
recreate_doc ! error 384ms
1 Exception raised:
{"error":"conflict","reason":"Update
conflict","line":
54,"sourceURL":"http://localhost:5984/_utils/script/couch.js"}
multiple_rows ! failure 498ms
1 Assertion failed:
rows[0].key == "Charlotte, NC"
2 Assertion failed:
rows[1].key == "Miami, FL"
3 Assertion failed:
rows[2].key == "Orlando, FL"
4 Assertion failed:
rows[3].key == "Raleigh, NC"
5 Assertion failed:
rows[4].key == "Springfield, FL"
6 Assertion failed:
rows[5].key == "Tampa, FL"
7 Assertion failed:
rows[6].key == "Wilmington, NC"
view_conflicts ! error 475ms
1 Exception raised:
{"error":"conflict","reason":"Update
conflict","line":
192,"sourceURL":"http://localhost:5984/_utils/script/couch.js"}
view_xml ! failure 283ms
1 Assertion failed:
results.total_rows == 2
2 Assertion failed:
results.rows[1].key == "Testing XML"
3 Assertion failed:
results.total_rows == 2
4 Assertion failed:
results.rows[1].key == "xml"
replication ! error 1667ms
1 Exception raised:
{"error":"conflict","reason":"Update
conflict","line":
192,"sourceURL":"http://localhost:5984/_utils/script/couch.js"}
etags_head ! failure 453ms
1 Assertion failed: etag ==
xhr.getResponseHeader("etag")
Thanks,
Kim