From f0cfd229759a568353f156932094ce154ef07120 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Dec 2013 09:39:21 -0800 Subject: [PATCH] ceph_test_rados_api_tier: make HitSetRead test less noisy Signed-off-by: Sage Weil --- src/test/librados/tier.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index 06abe2e95df..9d4569c7f40 100644 --- a/src/test/librados/tier.cc +++ b/src/test/librados/tier.cc @@ -185,8 +185,7 @@ TEST(LibRadosMisc, HitSetRead) { string n = stringify(i); uint32_t hash = ioctx.get_object_hash_position(n); hobject_t oid(sobject_t(n, CEPH_NOSNAP), "", hash, -1, ""); - int pg = ioctx.get_object_pg_hash_position(n); - std::cout << "checking for " << oid << ", should be in pg " << pg << std::endl; + //std::cout << "checking for " << oid << ", should be in pg " << pg << std::endl; bool found = false; for (int p=0; p