wohali commented on issue #918: Repeated mango test failures URL: https://github.com/apache/couchdb/issues/918#issuecomment-339763768 @tonysun83 Sorry about the failures. I have to re-run those builds to get PRs merged now that we enforce travis passing to merge a PR. That's why I'm pasting the output here. Here's another failure. It was on a PR change only to Makefile that affects the release process, so definitely not any change to Mango, and in fact a change that has zero impact on the CI workflow (since it's just to the `make dist` target.) Given this, you should be able to reproduce the error on `master`. It's on PR #922 for reference, and Erlang 18.3. (I've seen the error across all Erlang versions.) ``` ........F.....SSS................................................................SSSSSSSSSSSSSSSSSSSSSSSSSS...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....................................SS......SSSSSS.......... ====================================================================== FAIL: test_delete_idx_no_design (01-index-crud-test.IndexCrudTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/apache/couchdb/src/mango/test/01-index-crud-test.py", line 160, in test_delete_idx_no_design self.assertEqual(pre_indexes, post_indexes) AssertionError: Lists differ: [{u'ddoc': None, u'type': u'sp... != [{u'ddoc': None, u'type': u'sp... Second list contains 1 additional elements. First extra element 1: {u'ddoc': u'_design/cf4362f791c16fdda8f33c39c67c8a4a53e524ff', u'type': u'json', u'name': u'idx_del_3', u'def': {u'fields': [{u'bing': u'asc'}], u'partial_filter_selector': {}}} [{u'ddoc': None, u'def': {u'fields': [{u'_id': u'asc'}]}, u'name': u'_all_docs', - u'type': u'special'}] ? ^ + u'type': u'special'}, ? ^ + {u'ddoc': u'_design/cf4362f791c16fdda8f33c39c67c8a4a53e524ff', + u'def': {u'fields': [{u'bing': u'asc'}], u'partial_filter_selector': {}}, + u'name': u'idx_del_3', + u'type': u'json'}] -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_1b65a9866b074034b6e6a1100765bb66 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_1b65a9866b074034b6e6a1100765bb66 HTTP/1.1" 404 58 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "PUT /mango_test_1b65a9866b074034b6e6a1100765bb66?q=1&n=1 HTTP/1.1" 201 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_1b65a9866b074034b6e6a1100765bb66/_index?; HTTP/1.1" 200 112 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_1b65a9866b074034b6e6a1100765bb66/_index HTTP/1.1" 200 96 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_1b65a9866b074034b6e6a1100765bb66/_index?; HTTP/1.1" 200 268 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_1b65a9866b074034b6e6a1100765bb66/_index/cf4362f791c16fdda8f33c39c67c8a4a53e524ff/json/idx_del_3?w=3 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_1b65a9866b074034b6e6a1100765bb66/_index?; HTTP/1.1" 200 268 --------------------- >> end captured logging << --------------------- ``` https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-293262014-2017-10-26T17:45:40.369364/couchlog.tar.gz
---------------------------------------------------------------- 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
