wohali commented on issue #918: Repeated mango test failures URL: https://github.com/apache/couchdb/issues/918#issuecomment-339536747 Same error again: ``` .......F......SSS................................................................SSSSSSSSSSSSSSSSSSSSSSSSSS...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....................................SS......SSSSSS.......... ====================================================================== FAIL: test_delete_idx_escaped (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 136, in test_delete_idx_escaped self.assertEqual(pre_indexes, post_indexes) AssertionError: Lists differ: [{u'ddoc': None, u'type': u'sp... != [{u'ddoc': None, u'type': u'sp... First differing element 1: {u'ddoc': u'_design/999f65adef69ebbcfd1134e21f91bba09e58997e', u'type': u'json', u'name': u'idx_01', u'def': {u'fields': [{u'foo': u'asc'}, {u'bar': u'asc'}], u'partial_filter_selector': {}}} {u'ddoc': u'_design/0434d2e3399f8af08555d4022b187ee714cb35ca', u'type': u'json', u'name': u'idx_del_1', u'def': {u'fields': [{u'bing': u'asc'}], u'partial_filter_selector': {}}} Second list contains 1 additional elements. First extra element 2: {u'ddoc': u'_design/999f65adef69ebbcfd1134e21f91bba09e58997e', u'type': u'json', u'name': u'idx_01', u'def': {u'fields': [{u'foo': u'asc'}, {u'bar': 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'ddoc': u'_design/0434d2e3399f8af08555d4022b187ee714cb35ca', + u'def': {u'fields': [{u'bing': u'asc'}], u'partial_filter_selector': {}}, + u'name': u'idx_del_1', + u'type': u'json'}, {u'ddoc': u'_design/999f65adef69ebbcfd1134e21f91bba09e58997e', u'def': {u'fields': [{u'foo': u'asc'}, {u'bar': u'asc'}], u'partial_filter_selector': {}}, u'name': u'idx_01', u'type': u'json'}] -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_e65da969f33c4da3a1aa962e7cfdf007 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_e65da969f33c4da3a1aa962e7cfdf007 HTTP/1.1" 404 58 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "PUT /mango_test_e65da969f33c4da3a1aa962e7cfdf007?q=1&n=1 HTTP/1.1" 201 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_e65da969f33c4da3a1aa962e7cfdf007/_index HTTP/1.1" 200 93 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_e65da969f33c4da3a1aa962e7cfdf007/_index?; HTTP/1.1" 200 278 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_e65da969f33c4da3a1aa962e7cfdf007/_index HTTP/1.1" 200 96 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_e65da969f33c4da3a1aa962e7cfdf007/_index?; HTTP/1.1" 200 278 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_e65da969f33c4da3a1aa962e7cfdf007/_index?; HTTP/1.1" 200 434 --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 273 tests in 137.926s FAILED (SKIP=131, failures=1) make[1]: *** [mango-test] Error 1 make[1]: Leaving directory `/home/travis/build/apache/couchdb' make: *** [check] Error 2 ``` Logfile are at https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-292933918-2017-10-26T02:33:43.620626/couchlog.tar.gz And a different error: ``` .............FSSS................................................................SSSSSSSSSSSSSSSSSSSSSSSSSS...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....................................SS......SSSSSS.......... ====================================================================== FAIL: test_recreate_index (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 204, in test_recreate_index 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/833d6679437cfc03e8b3c6a5f5a76c2637675c1e', u'type': u'json', u'name': u'idx_recreate', 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/833d6679437cfc03e8b3c6a5f5a76c2637675c1e', + u'def': {u'fields': [{u'bing': u'asc'}], u'partial_filter_selector': {}}, + u'name': u'idx_recreate', + u'type': u'json'}] -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_b4a828a268764356b8b03ba76a2617b3 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3 HTTP/1.1" 404 58 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "PUT /mango_test_b4a828a268764356b8b03ba76a2617b3?q=1&n=1 HTTP/1.1" 201 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 112 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_b4a828a268764356b8b03ba76a2617b3/_index HTTP/1.1" 200 99 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 271 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_b4a828a268764356b8b03ba76a2617b3/_index/_design/833d6679437cfc03e8b3c6a5f5a76c2637675c1e/json/idx_recreate?w=3 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 112 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_b4a828a268764356b8b03ba76a2617b3/_index HTTP/1.1" 200 99 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 271 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_b4a828a268764356b8b03ba76a2617b3/_index/_design/833d6679437cfc03e8b3c6a5f5a76c2637675c1e/json/idx_recreate?w=3 HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 112 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_b4a828a268764356b8b03ba76a2617b3/_index HTTP/1.1" 200 99 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 112 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_b4a828a268764356b8b03ba76a2617b3/_index?; HTTP/1.1" 200 271 --------------------- >> end captured logging << --------------------- ``` This one is at https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-292933922-2017-10-26T02:34:33.449311/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
