sqlalchemy-bot / test_alembic_1

0 stars 0 forks source link

I see "Failure to connect to postgres" in stdout despite the migration working correctly #486

Closed sqlalchemy-bot closed 6 years ago

sqlalchemy-bot commented 6 years ago

Migrated issue, originally created by jonthepirate ()

I'm testing alembic for use with my new app. When I run it, the first line of stdout says "Failure to connect to postgres" however, the database migration seems to otherwise work as expected.

alembic==0.9.8

Here's the full contents of the output I'm seeing:

root@jonsjob:/home/app# SQLALCHEMY_URL=postgres://flask:mypassword@myhostname/jenkins PYTHONPATH=/home/app alembic upgrade head
Failure to connect to postgres
INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO  [alembic.runtime.migration] Will assume transactional DDL.
INFO  [alembic.runtime.migration] Running upgrade  -> c013f96132e8, create pipelines table
sqlalchemy-bot commented 6 years ago

Michael Bayer (zzzeek) wrote:

that is not a message generated by Alembic. your own application is likely doing that somehow.

there's no information here that could be used to describe any kind of bug (test case, etc.), if you have usage questions please continue on the mailng list at https://groups.google.com/forum/#!forum/sqlalchemy-alembic. thanks!