#include "librbd/api/Snapshot.h"
#include "librbd/internal.h"
#include "librbd/io/ReadResult.h"
+#include "test/librados/crimson_utils.h"
void register_test_deep_copy() {
}
TEST_F(TestDeepCopy, NoSnaps_LargerDstObjSize)
{
+ SKIP_IF_CRIMSON();
uint64_t order = m_src_ictx->order + 1;
ASSERT_EQ(0, m_opts.set(RBD_IMAGE_OPTION_ORDER, order));
TEST_F(TestDeepCopy, Snaps_LargerDstObjSize)
{
+ SKIP_IF_CRIMSON();
uint64_t order = m_src_ictx->order + 1;
ASSERT_EQ(0, m_opts.set(RBD_IMAGE_OPTION_ORDER, order));
TEST_F(TestDeepCopy, Stress_LargerDstObjSize)
{
+ SKIP_IF_CRIMSON();
uint64_t order = m_src_ictx->order + 1 + rand() % 2;
ASSERT_EQ(0, m_opts.set(RBD_IMAGE_OPTION_ORDER, order));