-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regression: gunicorn.preload_databases in v1.9 #30
Labels
Comments
gracinet
pushed a commit
that referenced
this issue
Jan 17, 2015
Also, a passing doctest for the multine parsing to check that the result is always an iterable, even if there's just one line.
gracinet
pushed a commit
that referenced
this issue
Jan 17, 2015
#30 fix regression on gunicorn.preload_databases
The new unit test also shows that it didn't work at all for multiple databases (edited issue description as well) |
gracinet
pushed a commit
that referenced
this issue
Jan 17, 2015
This needs forward-porting to master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anybox.recipe.openerp introduced a uniform parser for multiline options.
It causes a regression in gunicorn.preload_database in the most common case where there is just one database. The error appears upon execution:
(here
o
is the first letter of the database name)If there are truly several databases, then the recipe fails
The text was updated successfully, but these errors were encountered: