Call db create functions before starting smoke test 11/286411/2
authorilho kim <ilho159.kim@samsung.com>
Thu, 5 Jan 2023 09:26:45 +0000 (18:26 +0900)
committerilho kim <ilho159.kim@samsung.com>
Thu, 5 Jan 2023 09:59:09 +0000 (18:59 +0900)
Database will not be created automatically.

Change-Id: Ia374a7884649694c2fc8afd41f38b7b09eb876ec
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
test/smoke_tests/extensive_smoke_test.cc

index 6bd46c9..a2a8114 100644 (file)
@@ -27,6 +27,7 @@ class SmokeEnvironment : public testing::Environment {
     backups_ = SetupBackupDirectories(test_user.uid);
     for (auto& path : backups_)
       ASSERT_TRUE(BackupPath(path));
+    CreateDatabase();
   }
   void TearDown() override {
     ASSERT_TRUE(request_mode_ == ci::RequestMode::GLOBAL ||