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/31 13:57:30 UTC

[GitHub] jjrodrig opened a new pull request #1135: Fix for issue #1134 clean up dev/lib before run mango tests

jjrodrig opened a new pull request #1135: Fix for issue #1134 clean up dev/lib before run mango tests
URL: https://github.com/apache/couchdb/pull/1135
 
 
   
   ## Overview
   
   **make mango-test** is not cleaing previous state in dev/lib so it can be affected by previous mango or javascript test execution
   
   ## Testing recommendations
   Following execution secuence produces testing errors beffore this PR and not after PR
   ```
   make test-cluster-with-quorum
   make mango-test
   ```` 
   
   <!-- Describe how we can test your changes.
        Does it provides any behaviour that the end users
        could notice? -->
   
   ## Related Issues or Pull Requests
   Fixes #1134 
   <!-- If your changes affects multiple components in different
        repositories please put links to those issues or pull requests here.  -->
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [ ] 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