mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#1227] reverted commit
This commit is contained in:
@@ -368,12 +368,12 @@ TEST(MySqlConnection, checkTimeConversion) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
||||||
TEST_F(MySqlHostDataSourceTest, DISABLED_testReadOnlyDatabase) {
|
TEST_F(MySqlHostDataSourceTest, testReadOnlyDatabase) {
|
||||||
testReadOnlyDatabase(MYSQL_VALID_TYPE);
|
testReadOnlyDatabase(MYSQL_VALID_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
||||||
TEST_F(MySqlHostDataSourceTest, DISABLED_testReadOnlyDatabaseMultiThreading) {
|
TEST_F(MySqlHostDataSourceTest, testReadOnlyDatabaseMultiThreading) {
|
||||||
MultiThreadingMgr::instance().setMode(true);
|
MultiThreadingMgr::instance().setMode(true);
|
||||||
testReadOnlyDatabase(MYSQL_VALID_TYPE);
|
testReadOnlyDatabase(MYSQL_VALID_TYPE);
|
||||||
}
|
}
|
||||||
|
@@ -377,12 +377,12 @@ TEST(PgSqlHostDataSource, NoCallbackOnOpenFailMultiThreading) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
||||||
TEST_F(PgSqlHostDataSourceTest, DISABLED_testReadOnlyDatabase) {
|
TEST_F(PgSqlHostDataSourceTest, testReadOnlyDatabase) {
|
||||||
testReadOnlyDatabase(PGSQL_VALID_TYPE);
|
testReadOnlyDatabase(PGSQL_VALID_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
/// @brief This test verifies that database backend can operate in Read-Only mode.
|
||||||
TEST_F(PgSqlHostDataSourceTest, DISABLED_testReadOnlyDatabaseMultiThreading) {
|
TEST_F(PgSqlHostDataSourceTest, testReadOnlyDatabaseMultiThreading) {
|
||||||
MultiThreadingMgr::instance().setMode(true);
|
MultiThreadingMgr::instance().setMode(true);
|
||||||
testReadOnlyDatabase(PGSQL_VALID_TYPE);
|
testReadOnlyDatabase(PGSQL_VALID_TYPE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user