wohali commented on issue #918: Repeated mango test failures
URL: https://github.com/apache/couchdb/issues/918#issuecomment-339536367
 
 
   Caught another, with makefile log this time:
   
   ```
   
.............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_79712e850ec24bd9a56dc85e37169ec8 HTTP/1.1" 200 12
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET 
/mango_test_79712e850ec24bd9a56dc85e37169ec8 HTTP/1.1" 404 58
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "PUT 
/mango_test_79712e850ec24bd9a56dc85e37169ec8?q=1&n=1 HTTP/1.1" 201 12
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 112
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index HTTP/1.1" 200 99
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 271
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_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_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 112
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index HTTP/1.1" 200 99
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 271
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_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_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 112
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index HTTP/1.1" 200 99
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 271
   
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE 
/mango_test_79712e850ec24bd9a56dc85e37169ec8/_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_79712e850ec24bd9a56dc85e37169ec8/_index?; HTTP/1.1" 200 271
   
   --------------------- >> end captured logging << ---------------------
   
   ----------------------------------------------------------------------
   
   Ran 273 tests in 135.130s
   
   FAILED (SKIP=131, failures=1)
   
   make[1]: *** [mango-test] Error 1
   
   make[1]: Leaving directory `/home/travis/build/apache/couchdb'
   
   make: *** [check] Error 2
   
   The command "make check" exited with 2.
   after_failure
   
   1.40s$ build-aux/logfile-uploader.py
   Uploading logfiles...
   
   
https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-292905867-2017-10-26T00:47:21.703579/couchlog.tar.gz
   
   
{"ok":true,"id":"travis-couchdb-292905867-2017-10-26T00:47:21.703579","rev":"2-2dbfa0eec19310bc919a21e7130c1bb7"}
   ```

----------------------------------------------------------------
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

Reply via email to