Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cls_rgw/test_cls_rgw.cc
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ void index_prepare(OpMgr& mgr, librados::IoCtx& ioctx, string& oid, int index_op
void index_complete(OpMgr& mgr, librados::IoCtx& ioctx, string& oid, int index_op, string& tag, int epoch, string& obj, rgw_bucket_dir_entry_meta& meta)
{
ObjectWriteOperation *op = mgr.write_op();
cls_rgw_bucket_complete_op(*op, index_op, tag, epoch, obj, meta);
cls_rgw_bucket_complete_op(*op, index_op, tag, epoch, obj, meta, NULL);
ASSERT_EQ(0, ioctx.operate(oid, op));
}

0 comments on commit 4c3d5dc

Please sign in to comment.