Nick Vatamaniuc created COUCHDB-2987:
----------------------------------------
Summary: Mango Python tests failure
Key: COUCHDB-2987
URL: https://issues.apache.org/jira/browse/COUCHDB-2987
Project: CouchDB
Issue Type: Bug
Components: Mango
Reporter: Nick Vatamaniuc
Saw this tests failure running mango's test suit:
{code}
$ nosetests
....S...S................F..................SSSSSSS.S.S..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
======================================================================
FAIL: test_empty_subsel_match (02-basic-find-test.BasicFindTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/nvatama/asf/couchdb/src/mango/test/02-basic-find-test.py", line
256, in test_empty_subsel_match
assert len(docs) == 1
AssertionError:
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: "POST
/mango_test_b7fb2baf897741a288e8174971ef388c/_bulk_docs HTTP/1.1" 201 97
requests.packages.urllib3.connectionpool: DEBUG: "POST
/mango_test_b7fb2baf897741a288e8174971ef388c/_find HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 137 tests in 51.613s
FAILED (SKIP=90, failures=1)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)