]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/onode-staged-tree: reduce unit test efforts
authorYingxin Cheng <yingxin.cheng@intel.com>
Thu, 20 May 2021 03:15:49 +0000 (11:15 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Fri, 21 May 2021 06:47:56 +0000 (14:47 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/test/crimson/seastore/onode_tree/test_staged_fltree.cc

index 68beedc274f0d83c4ef3318d445d166257ac7c37..86c44c0804046a849c7d1622ba63d8e3c91a27e5 100644 (file)
@@ -1521,7 +1521,7 @@ TEST_F(d_seastore_tm_test_t, 6_random_tree_insert_erase)
     auto kvs = KVPool<test_item_t>::create_raw_range(
         {8, 11, 64, 256, 301, 320},
         {8, 16, 128, 512, 576, 640},
-        {0, 32}, {0, 10}, {0, 4});
+        {0, 16}, {0, 10}, {0, 4});
     auto moved_nm = (TEST_SEASTORE ? NodeExtentManager::create_seastore(*tm)
                                    : NodeExtentManager::create_dummy(IS_DUMMY_SYNC));
     auto p_nm = moved_nm.get();