using std::ostringstream;
using std::string;
-TEST(LibRadosMisc, Dirty) {
+TEST(LibRadosTier, Dirty) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));
ASSERT_EQ(0, destroy_one_pool_pp(pool_name, cluster));
}
-TEST(LibRadosMisc, HitSetNone) {
+TEST(LibRadosTier, HitSetNone) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));
+ stringify(val) + string("}");
}
-TEST(LibRadosMisc, HitSetRead) {
+TEST(LibRadosTier, HitSetRead) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));