You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/18 18:47:43 UTC

[GitHub] iilyak opened a new pull request #693: Use test_util:stop_config in mem3_util_test

iilyak opened a new pull request #693: Use test_util:stop_config in mem3_util_test
URL: https://github.com/apache/couchdb/pull/693
 
 
   ## Overview
   
   The config:stop is asynchronous which causes test failures with error
   like the following
   
   ```
   {error,{already_started,<0.32662.3>}
   ```
   
   ## Testing recommendations
   
   This is rather hard to test since it is a flaky test. Just make sure that it doesn't make things worse by calling `make eunit apps=mem3 tests=n_val_tes`
   
   ## 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