]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_rados_api_tier: disable LibRadosTierECPP::HitSetWrite
authorSage Weil <sage@inktank.com>
Mon, 16 Jun 2014 19:57:36 +0000 (12:57 -0700)
committerSage Weil <sage@inktank.com>
Sat, 5 Jul 2014 15:15:14 +0000 (08:15 -0700)
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 <sage@inktank.com>
(cherry picked from commit c5b5ed672c039cc4fa04772e065a59d3b1df803a)

src/test/librados/tier.cc

index ad956be2cc3b05c7451d13201ef52ef97441457d..611e17e897b7887c0462a280861daa8b4c812db4 100644 (file)
@@ -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;