From: Sage Weil Date: Mon, 16 Jun 2014 19:57:36 +0000 (-0700) Subject: ceph_test_rados_api_tier: disable LibRadosTierECPP::HitSetWrite X-Git-Tag: v0.82~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5b5ed672c039cc4fa04772e065a59d3b1df803a;p=ceph.git ceph_test_rados_api_tier: disable LibRadosTierECPP::HitSetWrite Disable this test until hitget-get reliably works on EC pools (currently it does not, and this test usually passes only because we get the in-memory HitSet). Signed-off-by: Sage Weil --- diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index ad956be2cc3b..611e17e897b7 100644 --- a/src/test/librados/tier.cc +++ b/src/test/librados/tier.cc @@ -3993,6 +3993,8 @@ TEST_F(LibRadosTierECPP, HitSetRead) { } } +// disable this test until hitset-get reliably works on EC pools +#if 0 TEST_F(LibRadosTierECPP, HitSetWrite) { int num_pg = _get_pg_num(cluster, pool_name); assert(num_pg > 0); @@ -4065,6 +4067,7 @@ TEST_F(LibRadosTierECPP, HitSetWrite) { ASSERT_TRUE(found); } } +#endif TEST_F(LibRadosTierECPP, HitSetTrim) { unsigned count = 3;