jiangphcn commented on a change in pull request #1709: Support out-of-sync 
between db and index in mango
URL: https://github.com/apache/couchdb/pull/1709#discussion_r231046847
 
 

 ##########
 File path: src/mango/test/mango.py
 ##########
 @@ -220,7 +226,7 @@ def bulk_delete(self, docs):
 
     def find(self, selector, limit=25, skip=0, sort=None, fields=None,
                 r=1, conflicts=False, use_index=None, explain=False,
-                bookmark=None, return_raw=False, update=True, 
executionStats=False):
+                bookmark=None, return_raw=False, update=True, 
executionStats=False, stale=None):
 
 Review comment:
   Since `update=False` is equal to `stale=ok` and already exists, let me use 
`update=False`.

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