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_r231044236
##########
File path: src/mango/test/01-index-crud-test.py
##########
@@ -302,7 +302,7 @@ def test_out_of_sync(self):
self.db.delete_doc("1")
- docs1 = self.db.find(selector, stale="ok",
+ docs1 = self.db.find(selector, stale="true",
Review comment:
This needs to be `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