tonysun83 commented on a change in pull request #923: Mango test failures
URL: https://github.com/apache/couchdb/pull/923#discussion_r147305522
##########
File path: src/mango/test/mango.py
##########
@@ -165,13 +166,13 @@ def list_indexes(self, limit="", skip=""):
def delete_index(self, ddocid, name, idx_type="json"):
path = ["_index", ddocid, idx_type, name]
- r = self.sess.delete(self.path(path), params={"w":"3"})
+ r = self.sess.delete(self.path(path), params={"w": "1"})
r.raise_for_status()
def bulk_delete(self, docs):
body = {
"docids" : docs,
- "w": 3
+ "w": 1
Review comment:
eh not sure if I need to do this for bulk_delete since it's only index
deletion is causing issues
----------------------------------------------------------------
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