Signed-off-by: Babu Shanmugam <anbu@enovance.com>
flusher.flush();
}
s->formatter->close_section();
+ flusher.flush();
}
void RGWOp_MDLog_GetShardsInfo::execute() {
s->formatter->open_object_section("num_objects");
s->formatter->dump_unsigned("num_objects", num_objects);
s->formatter->close_section();
+ flusher.flush();
}
void RGWOp_MDLog_Delete::execute() {
void RGWOp_BILog_List::send_response_end() {
s->formatter->close_section();
+ flusher.flush();
}
void RGWOp_BILog_Delete::execute() {
#define HTTP_RESPONSE_STR "RespCode"
#define CEPH_CRYPTO_HMACSHA1_DIGESTSIZE 20
#define RGW_ADMIN_RESP_PATH "/tmp/.test_rgw_admin_resp"
-#define TEST_BUCKET_NAME "test_bucket1"
+#define TEST_BUCKET_NAME "test_bucket"
#define TEST_BUCKET_OBJECT "test_object"
#define TEST_BUCKET_OBJECT_1 "test_object1"
#define TEST_BUCKET_OBJECT_SIZE 1024