]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tests: reduce testing resources occupied for immutable obj cache
authorYuan Zhou <yuan.zhou@intel.com>
Wed, 30 Jan 2019 14:12:01 +0000 (22:12 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:16:29 +0000 (00:16 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/test/immutable_object_cache/test_multi_session.cc

index 7b8cc5cafe937bc38f631c9bc030539947304884..6f23d1842183657a11b13e49c05f97a01654639e 100644 (file)
@@ -148,7 +148,7 @@ TEST_F(TestMultiSession, test_multi_session) {
       test_register_client(random_index);
     } else {
       test_lookup_object(string("test_nspace") + std::to_string(random_index),
-                         random_index, 32, i == test_times ? true : false);
+                         random_index, 4, i == test_times ? true : false);
     }
   }