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/04 18:26:55 UTC

[GitHub] wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active

wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active
URL: https://github.com/apache/couchdb/issues/549#issuecomment-312931887
 
 
   I looked at this one a bit more closely. The Makefile log output is here: https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/2.1.x/1/pipeline/49/
   
   That `all_dbs_active` error got me wondering: perhaps a prior test set the `max_dbs_open` value low, and didn't clear it. A few tests earlier, `couchdb_views_tests:couchdb_1283` calls:
   
   ```erlang
   ok = config:set("couchdb", "max_dbs_open", "3", false),
   ```
   
   but I never see a similar `config:set` call to restore the default. Does our test harness clean these up for us, or could the old setting be hanging around still? If the test harness doesn't clean up config settings for us, there may be a number of places in the eunit tests where this could be biting us in weird ways.
 
----------------------------------------------------------------
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