]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_objectstore: enable keyvaluestore experimental option 3461/head
authorSamuel Just <sjust@redhat.com>
Wed, 14 Jan 2015 15:41:22 +0000 (07:41 -0800)
committerSamuel Just <sjust@redhat.com>
Wed, 14 Jan 2015 17:48:58 +0000 (09:48 -0800)
Fixes: #10535
Signed-off-by: Samuel Just <sjust@redhat.com>
src/test/objectstore/store_test.cc

index 30eab89b7f2dd86f022c362f7cd2ef4bb6b38eab..6e12864fc8a6aea1f60eb8c8a03f55ee000e1230 100644 (file)
@@ -1823,6 +1823,9 @@ int main(int argc, char **argv) {
   g_ceph_context->_conf->set_val("filestore_op_thread_suicide_timeout", "10000");
   g_ceph_context->_conf->set_val("filestore_debug_disable_sharded_check", "true");
   g_ceph_context->_conf->set_val("filestore_fiemap", "true");
+  g_ceph_context->_conf->set_val(
+    "enable_experimental_unrecoverable_data_corrupting_features",
+    "keyvaluestore");
   g_ceph_context->_conf->apply_changes(NULL);
 
   ::testing::InitGoogleTest(&argc, argv);