Searched refs:database_connection (Results 1 – 12 of 12) sorted by relevance
12 from autotest_lib.database import database_connection56 database_connection._DjangoBackend.execute = mock.MagicMock()57 database_connection._DjangoBackend.execute.side_effect = (64 database_connection._DjangoBackend.execute.call_count == 2)65 database_connection._DjangoBackend.execute.reset_mock()
18 from autotest_lib.database import database_connection29 _re_translator = database_connection.TranslatingDatabase.make_regexp_translator73 db = database_connection.DatabaseConnection(DB_CONFIG_SECTION)
6 from autotest_lib.database import database_connection16 database_connection.DatabaseConnection.get_test_database())
13 from autotest_lib.database import database_connection67 database_connection.TranslatingDatabase.get_test_database(315 database_connection.TranslatingDatabase.get_test_database(
12 from autotest_lib.database import database_connection34 database_connection.TranslatingDatabase.get_test_database(
12 from autotest_lib.database import database_connection106 database_connection.TranslatingDatabase.get_test_database(
6 from autotest_lib.database import database_connection343 database_connection.TranslatingDatabase.get_test_database(
7 from autotest_lib.database import database_connection38 db = database_connection.DatabaseConnection(config_section)41 database_connection._GenericBackend, 'fake_backend')42 for exception in database_connection._DB_EXCEPTIONS:134 db.max_reconnect_attempts = database_connection.RECONNECT_FOREVER
7 from autotest_lib.database import database_connection90 def __init__(self, database_connection, migrations_dir=None, force=False): argument91 self._database = database_connection475 database = database_connection.DatabaseConnection(db_name)
7 from autotest_lib.database import database_connection, migrate70 database_connection.DatabaseConnection.get_test_database())
20 from autotest_lib.database import database_connection129 database_connection._GLOBAL_CONFIG_NAMES.update(133 self._database_connection = database_connection.DatabaseConnection(
9 from autotest_lib.database import database_connection79 database = database_connection.DatabaseConnection("AUTOTEST_WEB")