FS#26920 - [couchdb] Three failed tests in Futon's test suite

Attached to Project: Community Packages
Opened by Giacomo (rjack) - Wednesday, 16 November 2011, 14:55 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 11 January 2013, 09:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Three tests in Futon's test suite fail in the last couchdb upgrade (1.2.0-1git20111115).


The 1.2.0-1git20111115 upgrade is related to this bug https://bugs.archlinux.org/task/26902.


Full test suite execution log is attached.


Failures:

{
_id: "188a6904b1097ca292bd6b66e000000a",
_rev: "1-9479f7727f31b44a089e6c368cd65bdd",
summary: "69 of 69 test(s) run, 3 failures (680599 ms) ",
platform: {
browser: "mozilla",
version: "8.0"
},
timestamp: 1321454138356,
timezone: -60,
tests: [

// ... snip...

{
name: "attachments",
status: "error",
duration: 1605,
details: [ "Assertion failed: xhr.responseText == lorem", "Exception raised: {}" ]
},

// ... snip...

{
name: "list_views",
status: "failure",
duration: 1835,
details: [ "Assertion 'xhr.status == 200, \"standard get should be 200\"' failed: standard get should be 200", "Assertion failed: /head0123456789tail/.test(xhr.responseText)" ]
}

// ... snip...

{
name: "rev_stemming",
status: "failure",
duration: 2933,
details: [ 'Assertion failed: db.open("bar", {revs: true})._revisions.ids.length == newLimit + 1', 'Assertion failed: db.open("bar", {revs: true})._revisions.ids.length == newLimit + 1' ]
}],
db: {
db_name: "test_suite_reports",
doc_count: 0,
doc_del_count: 0,
update_seq: 0,
purge_seq: 0,
compact_running: false,
disk_size: 79,
data_size: 0,
instance_start_time: "1321454138395721",
disk_format_version: 6,
committed_update_seq: 0
},
node: {
couchdb: "Welcome",
version: "1.3.0a-",
vendor: {
name: "The Apache Software Foundation",
version: "1.3.0a-"
}
}
};
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 11 January 2013, 09:22 GMT
Reason for closing:  No response
Comment by Laurent Carlier (lordheavy) - Monday, 09 April 2012, 19:15 GMT
Can you reproduce this with package in community-testing ?
Comment by Giacomo (rjack) - Wednesday, 11 April 2012, 23:13 GMT
Can't start couchdb from the community-testing 1.2.0-3 package.

sudo couchdb
{"init terminating in do_boot",{undef,[{couch,start,[]},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
Comment by Laurent Carlier (lordheavy) - Thursday, 12 April 2012, 08:48 GMT
Can you test again ? erlang wasn't update in community-testing.

Thanks
Comment by Giacomo (rjack) - Monday, 16 April 2012, 14:28 GMT
All green, except for the "stats" test that fails with this message:

Assertion 'triggered, "We managed to force a all_dbs_active error."' failed: We managed to force a all_dbs_active error.
Comment by Greg (dolby) - Monday, 19 November 2012, 08:00 GMT
Still a problem?

Loading...