From a49c61222f8014db533d8f505ec44d10dc5478e6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 16 Jun 2014 12:57:36 -0700 Subject: [PATCH] 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 (cherry picked from commit c5b5ed672c039cc4fa04772e065a59d3b1df803a) --- src/test/librados/tier.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index ad956be2cc3b0..611e17e897b78 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; -- 2.39.5