janl commented on issue #923: Mango test failures URL: https://github.com/apache/couchdb/pull/923#issuecomment-340187617 Sadly, still got this on the last run now: ``` FAIL: test_bulk_delete (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 189, in test_bulk_delete assert idx["type"] != "json" AssertionError: -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "DELETE /mango_test_35e24dfb06ab46e4891c7e853ab7f08c HTTP/1.1" 200 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_35e24dfb06ab46e4891c7e853ab7f08c HTTP/1.1" 404 58 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "PUT /mango_test_35e24dfb06ab46e4891c7e853ab7f08c?q=1&n=1 HTTP/1.1" 201 12 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index HTTP/1.1" 200 93 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index HTTP/1.1" 200 93 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index HTTP/1.1" 200 93 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index?; HTTP/1.1" 200 577 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index/_bulk_delete HTTP/1.1" 200 290 urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "GET /mango_test_35e24dfb06ab46e4891c7e853ab7f08c/_index?; HTTP/1.1" 200 267 --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 273 tests in 337.500s FAILED (SKIP=131, failures=1) make[1]: *** [mango-test] Error 1 make[1]: Leaving directory `/home/travis/build/apache/couchdb' make: *** [check] Error 2 ```
---------------------------------------------------------------- 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
