garrensmith 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_r231035775
##########
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:
instead of `stale=Ok`. What about using `update`? That is what we are
testing here.
https://github.com/apache/couchdb/blob/master/src/mango/src/mango_cursor_view.erl#L393
----------------------------------------------------------------
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