You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/13 06:46:02 UTC

[GitHub] wohali opened a new issue #1732: 2 minor Mango test failures on Windows only

wohali opened a new issue #1732: 2 minor Mango test failures on Windows only
URL: https://github.com/apache/couchdb/issues/1732
 
 
   @tonysun83 @garrensmith any ideas on this one?
   
   I've finally got the Mango test suite running on Windows. Here is the current output:
   
   ```
   C:\relax\couchdb\src\mango>..\..\dev\run -n 1 --admin=testuser:testpass nosetests
   [ * ] Setup environment ... ok
   [ * ] Ensure CouchDB is built ... ok
   [ * ] Prepare configuration files ... ok
   [ * ] Start node node1 ... ok
   [ * ] Check node at http://127.0.0.1:15984/ ... ok
   [ * ] Running cluster setup ... ok
   [ * ] Exec command nosetests ... ...............SSS...................................................................SSSSSSSSSSSSSSSSSSSSSSSSSS.................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...................................F.FSS.......SSSSSSSS...........
   ======================================================================
   FAIL: test_quorum_json_index (15-execution-stats-test.ExecutionStatsTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "C:\relax\couchdb\src\mango\test\15-execution-stats-test.py", line 39, in test_quorum_json_index
       self.assertGreater(resp["execution_stats"]["execution_time_ms"], 0)
   AssertionError: 0.0 not greater than 0
   -------------------- >> begin captured logging << --------------------
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_9a3431add7ae4911b713cf9333377743/_find HTTP/1.1" 200 None
   --------------------- >> end captured logging << ---------------------
   
   ======================================================================
   FAIL: test_simple_json_index (15-execution-stats-test.ExecutionStatsTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "C:\relax\couchdb\src\mango\test\15-execution-stats-test.py", line 26, in test_simple_json_index
       self.assertGreater(resp["execution_stats"]["execution_time_ms"], 0)
   AssertionError: 0.0 not greater than 0
   -------------------- >> begin captured logging << --------------------
   urllib3.connectionpool: DEBUG: http://127.0.0.1:15984 "POST /mango_test_9a3431add7ae4911b713cf9333377743/_find HTTP/1.1" 200 None
   --------------------- >> end captured logging << ---------------------
   
   ----------------------------------------------------------------------
   Ran 284 tests in 90.943s
   
   FAILED (SKIP=128, failures=2)
   ```
   
   Smells like possibly a real bug to me, but not sure how to diagnose/help fix it. I don't just want to disable the test, and I'd like these all to pass cleanly before we release 2.3.0.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services