iilyak opened a new pull request #540: Make sure we cache admin pass prior to 
test run
URL: https://github.com/apache/couchdb/pull/540
 
 
   ## Overview
   
   couch_server is responsible for calling hash_admin_passwords whenever
   "admin" section of config changes. However as you can see it from
   
[here](https://github.com/apache/couchdb/blob/master/src/couch/src/couch_server.erl#L219)
   the call is asynchronous. This means that our test cases might fail when
   we try to use admin user while admin password is not yet hashed.
   
   ## Testing recommendations
   
   make eunit
   
   ## Checklist
   
   - [ ] 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to