From: Yuan Zhou Date: Wed, 30 Jan 2019 14:12:01 +0000 (+0800) Subject: tests: reduce testing resources occupied for immutable obj cache X-Git-Tag: v15.0.0~136^2~23 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cd836e90dc2f003baffc6be01d0474d5906eaabd;p=ceph-ci.git tests: reduce testing resources occupied for immutable obj cache Signed-off-by: Yuan Zhou --- diff --git a/src/test/immutable_object_cache/test_multi_session.cc b/src/test/immutable_object_cache/test_multi_session.cc index 7b8cc5cafe9..6f23d184218 100644 --- a/src/test/immutable_object_cache/test_multi_session.cc +++ b/src/test/immutable_object_cache/test_multi_session.cc @@ -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); } }