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/22 20:43:56 UTC

[GitHub] eiri opened a new pull request #1123: Set eunit timeout on a whole test object

eiri opened a new pull request #1123: Set eunit timeout on a whole test object
URL: https://github.com/apache/couchdb/pull/1123
 
 
   ## Overview
   
   I've accidentally overrode custom 2 mins timeout for `should_create_delete_database_continuously` tests to default 5 sec with`?_test` wrapper.  It went unnoticed in local tests and travis, since in general "should_create_delete_database_continuously (100 times)" passes within 1.096s, but Jenkins prove to be more sensitive.
   
   ## Testing recommendations
   
   Standard `make eunit apps=couch` should pass. More importantly Jenkins now should not throw timeout on this test.
   
   ## Related Issues or Pull Requests
   
   Fixes: #1122 
   
   ## 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