Files
deb-python-oslo.db/oslo/db
Roman Podoliaka 7f755bf6fe Ensure is_backend_avail() doesn't leave open connections
is_backend_avail() helper function calls _ensure_backenv_available()
method,which creates a SQLAlchemy engine and opens a test connection,
but doesn't call engine.dispose(). Depending on Python interpreter
version used, the connection in the pool may remain open for some
time (even though, we don't store a reference to an Engine instance).

Closes-Bug: #1393633

Co-Authored-By: Victor Sergeyev <vsergeyev@mirantis.com>
Change-Id: I0297af709ed18fed52308500c13054cb49adf401
2014-11-18 16:05:01 +02:00
..
2014-04-18 11:33:16 +03:00
2014-09-01 11:48:21 +03:00
2014-09-01 11:48:21 +03:00
2014-09-22 16:07:29 +02:00