]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/d4n: Set config_store_type to dbstore
authorSamarah <samarah.uriarte@ibm.com>
Wed, 18 Jun 2025 18:47:07 +0000 (18:47 +0000)
committerSamarah <samarah.uriarte@ibm.com>
Mon, 14 Jul 2025 13:14:52 +0000 (13:14 +0000)
Signed-off-by: Samarah <samarah.uriarte@ibm.com>
src/test/rgw/test_d4n_filter.cc

index d65fd407679de2c0441fa32030791e08e3907579..352b0dc8dcc9639f703d1ac999291553962b0022 100755 (executable)
@@ -116,7 +116,7 @@ class D4NFilterFixture: public ::testing::Test {
       DriverManager::Config cfg = DriverManager::get_config(true, g_ceph_context);
       cfg.store_name = "dbstore";
       cfg.filter_name = "d4n";
-      auto config_store_type = g_conf().get_val<std::string>("rgw_config_store");
+      auto config_store_type = "dbstore";
       auto cfgstore = DriverManager::create_config_store(env->dpp, config_store_type);
 
       auto filterDriver = DriverManager::get_raw_storage(env->dpp, g_ceph_context,