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>
}
}
+// 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;