diff options
author | Yuan Zhou <yuan.zhou@intel.com> | 2019-01-30 15:12:01 +0100 |
---|---|---|
committer | Yuan Zhou <yuan.zhou@intel.com> | 2019-03-21 17:16:29 +0100 |
commit | cd836e90dc2f003baffc6be01d0474d5906eaabd (patch) | |
tree | 4a32103fb80f68160c0bbbcf4b66f5af56fbadde /src | |
parent | tools: follow current codes to modify UT (diff) | |
download | ceph-cd836e90dc2f003baffc6be01d0474d5906eaabd.tar.xz ceph-cd836e90dc2f003baffc6be01d0474d5906eaabd.zip |
tests: reduce testing resources occupied for immutable obj cache
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/test/immutable_object_cache/test_multi_session.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |