Hi everyone,
Bit late on my updates to this, been a busy last 3 weeks.
# TL;DR
* 6 new failures: 2 JS, 4 EUnit.
* Recurrences of 4 previously reported bugs.
* Cloudant has offered to look at a few of the EUnit failures.
* Lack of help on these issues is now directly impacting our ability to
automatically roll nightly builds/packages. :(
# New Issues
COUCHDB-3354: JS: replicator_db_compact_rep_db failed
Not much to go on other than that the JS test returns 'fail'.
COUCHDB-3356: JS: jsonp test fail
Similar to 3354, no additional data other than 'fail'.
COUCHDB-3360: Broken couch_mrview test modules
This isn't so much as a test suite failure, as a set of badly
written and integrated tests. The tests are named wrong; when
named correctly, the tests fail. More investigation is required.
COUCHDB-3382: EUnit: couchdb_auth_tests assertEqual failure
Big stacktrace here, pointing to a failed match. The test
expected "rocko" but received an undefined value.
COUCHDB-3383: EUnit: couchdb_file_compression_tests timed out
Simple as the subject says...no additional data. Bump timeout value?
COUCHDB-3384: EUnit: couch_replicator_compact_tests failure
Assertion failure here, "Failed to pause source database writer."
I continue to wonder if we need longer timeouts for underresourced
Travis/Jenkins Docker test running instances.
# Continuing Open Issues
COUCHDB-3352: JS: couchjs SIGSEGVs
COUCHDB-3348: EUnit: global_changes_tests context setup failed
COUCHDB-3346: JS: reduce.js "JSON is not a function"
COUCHDB-3345: JS: stats.js silent failure
COUCHDB-3344: EUnit: compaction_daemon_tests timing out
COUCHDB-3343: JS: show_documents failure
COUCHDB-3342: JS: design_docs expected '"ok"', got '"ko"'
COUCHDB-3341: EUnit: config listener unknown failure
COUCHDB-3339: EUnit: couch_mrview_red_views_tests throw:error
# Full list of test case issues in JIRA
https://issues.apache.org/jira/issues/?filter=12340503