iilyak opened a new pull request #533: Whait db close a little bit before 
failing test
URL: https://github.com/apache/couchdb/pull/533
 
 
   ## Overview
   
   Databases are closed asynchronously. However it was not accounted for in
   the test case. This commit waits database to close before it makes a
   decision to abort the test. It uses default timeout of 5 sec.
   I.e. if test case detects that database is still opened after 5 sec
   it considers it as failure.
   
   ## Testing recommendations
   
   make eunit apps=couch_index tests=compaction_test
   ## 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:
[email protected]


With regards,
Apache Git Services

Reply via email to