Hello everyone,
I'm a new couchdb user.
After several failures with the packaged versions of couchdb (being the
failing part the result of the test suite in futon), I picked up the
suggestion from dch on IRC to install version 1.2.0 from source.
After configuring and compiling correctly, during the "make check" I got
the following (please, refrain to comment on the fact that I was
compiling under the root account, I know it's bad :) ):
[...]
./test/etap/run
/root/src/apache-couchdb-1.2.0/test/etap/001-load.......................ok
50
/root/src/apache-couchdb-1.2.0/test/etap/002-icu-driver.................ok
3
/root/src/apache-couchdb-1.2.0/test/etap/010-file-basics................ok
19
/root/src/apache-couchdb-1.2.0/test/etap/011-file-headers...............ok
/18
/root/src/apache-couchdb-1.2.0/test/etap/020-btree-basics...............ok
/75
/root/src/apache-couchdb-1.2.0/test/etap/021-btree-reductions...........ok
20
/root/src/apache-couchdb-1.2.0/test/etap/030-doc-from-json..............ok
26
/root/src/apache-couchdb-1.2.0/test/etap/031-doc-to-json................ok
12
/root/src/apache-couchdb-1.2.0/test/etap/040-util.......................ok
14
/root/src/apache-couchdb-1.2.0/test/etap/041-uuid-gen...................ok
6
/root/src/apache-couchdb-1.2.0/test/etap/042-work-queue.................ok
3/155
/root/src/apache-couchdb-1.2.0/test/etap/050-stream.....................ok
13
/root/src/apache-couchdb-1.2.0/test/etap/060-kt-merging.................ok
16
/root/src/apache-couchdb-1.2.0/test/etap/061-kt-missing-leaves..........ok
4
/root/src/apache-couchdb-1.2.0/test/etap/062-kt-remove-leaves...........ok
6
/root/src/apache-couchdb-1.2.0/test/etap/063-kt-get-leaves..............ok
11
/root/src/apache-couchdb-1.2.0/test/etap/064-kt-counting................ok
4
/root/src/apache-couchdb-1.2.0/test/etap/065-kt-stemming................ok
3
/root/src/apache-couchdb-1.2.0/test/etap/070-couch-db...................ok
4
/root/src/apache-couchdb-1.2.0/test/etap/072-cleanup....................ok
7
/root/src/apache-couchdb-1.2.0/test/etap/073-changes....................ok
/43
/root/src/apache-couchdb-1.2.0/test/etap/075-auth-cache.................ok
/19
/root/src/apache-couchdb-1.2.0/test/etap/076-file-compression...........ok
10
/root/src/apache-couchdb-1.2.0/test/etap/080-config-get-set.............ok
12
/root/src/apache-couchdb-1.2.0/test/etap/081-config-override............ok
17
/root/src/apache-couchdb-1.2.0/test/etap/082-config-register............ok
5
/root/src/apache-couchdb-1.2.0/test/etap/083-config-no-files............ok
3
/root/src/apache-couchdb-1.2.0/test/etap/090-task-status................ok
/28
/root/src/apache-couchdb-1.2.0/test/etap/100-ref-counter................ok
8
/root/src/apache-couchdb-1.2.0/test/etap/120-stats-collect..............ok
11
/root/src/apache-couchdb-1.2.0/test/etap/121-stats-aggregates...........ok
/17
/root/src/apache-couchdb-1.2.0/test/etap/130-attachments-md5............ok
/16
/root/src/apache-couchdb-1.2.0/test/etap/140-attachment-comp............ok
/85
/root/src/apache-couchdb-1.2.0/test/etap/150-invalid-view-seq...........ok
10
/root/src/apache-couchdb-1.2.0/test/etap/160-vhosts.....................ok
/18
/root/src/apache-couchdb-1.2.0/test/etap/170-os-daemons.................ok
/49
/root/src/apache-couchdb-1.2.0/test/etap/171-os-daemons-config..........ok
6
/root/src/apache-couchdb-1.2.0/test/etap/172-os-daemon-errors...........ok
/36
/root/src/apache-couchdb-1.2.0/test/etap/173-os-daemon-cfg-register.....ok
/27
/root/src/apache-couchdb-1.2.0/test/etap/180-http-proxy.................ok
/61
/root/src/apache-couchdb-1.2.0/test/etap/190-json-stream-parse..........ok
99
/root/src/apache-couchdb-1.2.0/test/etap/200-view-group-no-db-leaks.....FAILED
test 31
Failed 1/33 tests, 96.97% okay
/root/src/apache-couchdb-1.2.0/test/etap/201-view-group-shutdown........ok
/17
/root/src/apache-couchdb-1.2.0/test/etap/210-os-proc-pool...............ok
21
/root/src/apache-couchdb-1.2.0/test/etap/220-compaction-daemon..........ok
/10
/root/src/apache-couchdb-1.2.0/test/etap/230-httpc-pool.................ok
/55
/root/src/apache-couchdb-1.2.0/test/etap/240-replication-compact........ok
9/376
/root/src/apache-couchdb-1.2.0/test/etap/241-replication-large-atts.....ok
63/1192
/root/src/apache-couchdb-1.2.0/test/etap/242-replication-many-leaves....ok
/56
/root/src/apache-couchdb-1.2.0/test/etap/243-doc-missing-stubs..........ok
6/128
Failed Test Stat Wstat Total Fail Failed List of
Failed
-------------------------------------------------------------------------------
/root/src/apache-couchdb-1.2.0/te 33 1 3.03% 31
Failed 1/50 test scripts, 98.00% okay. 1/2934 subtests failed, 99.97% okay.
make: *** [check] Error 255
Following some directions from dch, I made several attempts, always with
the same result.
I was almost giving up when I decided to try and start couchdb anyhow.
Well, executing the test suite from the browser this time all the tests
were fine!
Do you think I can safely ignore the above error?
Thanks for any clarification.
Best Regards,
Elisiano Petrini