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)
}
}
+// 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);
ASSERT_TRUE(found);
}
}
+#endif
TEST_F(LibRadosTierECPP, HitSetTrim) {
unsigned count = 3;