tonysun83 opened a new pull request #923: Mango test failures URL: https://github.com/apache/couchdb/pull/923 ## Overview Mango tests fail due to flaky tests with index deletion. I cannot recreate locally. @davisp and @garrensmith mentioned that it could be due to the latest ddoc_cache changes and suggested changing r=3 to see if that would help. However, we recently changed tests to use n=1 as default for all dbs created. I wonder if having w=3 and n=1 could be the reason. We get a 202 back, but the index isn't deleted in time when we go to retrieve it. So changing w=3 to see if that will help. If not, I may add a wait loop inside delete. ## Testing recommendations Let's see if it passes travis. ## Related Issues or Pull Requests https://github.com/apache/couchdb/issues/918 ## Checklist - [X] Code is written and works correctly; - [X] Changes are covered by tests; - [ ] Documentation reflects the changes;
---------------------------------------------------------------- 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
