eiri opened a new pull request #1091: Make sure mango tests's recreate fun creates db URL: https://github.com/apache/couchdb/pull/1091 ## Overview Rapid same database deletion/creation is a known antipattern prone to a race condition, especially on slow VMs. This fix modifies mango test's helper function used for db recreation to ensure that we are actually starting tests when a database created and empty. ## Testing recommendations `make mang-test` should finish with something like: ``` ... Ran 278 tests in 7.100s OK (SKIP=127) ``` ## 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
