You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/04 16:11:37 UTC

[GitHub] eiri opened a new pull request #1091: Make sure mango tests's recreate fun creates db

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:
users@infra.apache.org


With regards,
Apache Git Services