Merge "Do not log pool-manager-caches SQL transactions" into stable/mitaka

This commit is contained in:
Jenkins 2016-03-31 16:55:48 +00:00 committed by Gerrit Code Review
commit a89509e9d9
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class TestCase(base.BaseTestCase):
db_fixture = self.useFixture(
fixtures.DatabaseFixture.get_fixture(repository))
if os.getenv('DESIGNATE_SQL_DEBUG', "True").lower() in _TRUE_VALUES:
if os.getenv('DESIGNATE_SQL_DEBUG', "False").lower() in _TRUE_VALUES:
connection_debug = 50
else:
connection_debug = 0