wohali opened a new issue #630: EUnit couch_changes_tests failing should_select_with_continuous test URL: https://github.com/apache/couchdb/issues/630 Sometimes this test is failing. This is a new failure unseen prior to about 20 days ago. Feels like a regression. ## Sample Log ``` module 'couch_changes_tests' Changes feed Filter _selector couch_changes_tests:361: should_select_basic...[0.130 s] ok couch_changes_tests:375: should_select_with_since...[0.001 s] ok couch_changes_tests:390: should_select_when_no_result...[0.004 s] ok couch_changes_tests:401: should_select_with_deleted_docs...[0.010 s] ok couch_changes_tests:422: should_select_with_continuous...*failed* in function couch_changes_tests:'-should_select_with_continuous/1-fun-0-'/1 (test/couch_changes_tests.erl, line 433) in call from couch_changes_tests:'-should_select_with_continuous/1-fun-3-'/2 (test/couch_changes_tests.erl, line 432) **error:{assertMatch,[{module,couch_changes_tests}, {line,433}, {expression,"Rows"}, {pattern,"[ # row { seq = 10 , id = << \"doc8\" >> , deleted = false } ]"}, {value,[]}]} output:<<"">> ``` ## Instances of failure (both Travis and Jenkins!) * https://travis-ci.org/apache/couchdb/jobs/240887629 * https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-240887629-2017-06-08T17%3A55%3A58.796108/couchlog.tar.gz * https://travis-ci.org/apache/couchdb/jobs/245780770 * https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-245780770-2017-06-22T13%3A19%3A26.993775/couchlog.tar.gz * https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/43/pipeline/47 * https://couchdb-vm2.apache.org/ci_errorlogs/jenkins-couchdb-43-2017-06-29T00:26:42.153281/couchlog.tar.gz * https://travis-ci.org/apache/couchdb/jobs/248840743 (slightly different) https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-248840743-2017-06-30T16%3A02%3A23.498816/couchlog.tar.gz Different one above: ``` couch_changes_tests:459: should_stop_selector_when_db_deleted...*failed* in function couch_changes_tests:wait_finished/1 (test/couch_changes_tests.erl, line 827) in call from couch_changes_tests:'-should_stop_selector_when_db_deleted/1-fun-0-'/1 (test/couch_changes_tests.erl, line 469) **error:{consumer_died, [{module,couch_changes_tests}, {line,829}, {value, {assertion_failed, [{module,couch_changes_tests}, {line,899}, {value,deleted}, {reason,"Received unexpected message"}]}}]} ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
