commit/galaxy-central: natefoo: Bugfix for the last commit when running functional tests with sqlite.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/2e88578ef7e1/ changeset: r5140:2e88578ef7e1 user: natefoo date: 2011-02-28 15:52:17 summary: Bugfix for the last commit when running functional tests with sqlite. affected #: 1 file (49 bytes) --- a/scripts/functional_tests.py Mon Feb 28 09:35:36 2011 -0500 +++ b/scripts/functional_tests.py Mon Feb 28 09:52:17 2011 -0500 @@ -139,13 +139,15 @@ if psu_production: global_conf = None + if not database_connection.startswith( 'sqlite://' ): + kwargs['database_engine_option_max_overflow'] = '20' + # Build the Universe Application app = UniverseApplication( job_queue_workers = 5, id_secret = 'changethisinproductiontoo', template_path = "templates", database_connection = database_connection, database_engine_option_pool_size = '10', - database_engine_option_max_overflow = '20', file_path = file_path, new_file_path = new_file_path, tool_path = tool_path, Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket