From: Matan Breizman Date: Sun, 27 Nov 2022 12:48:41 +0000 (+0000) Subject: librbd/test_DeepCopy: skip LargerDstObjSize for Crimson X-Git-Tag: v18.1.0~759^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bf99b879cbb09539953d4f90ef2c2caa3c8d1c5;p=ceph.git librbd/test_DeepCopy: skip LargerDstObjSize for Crimson these test cause the whole test to crash, skip until resolved. Signed-off-by: Matan Breizman --- diff --git a/src/test/librbd/test_DeepCopy.cc b/src/test/librbd/test_DeepCopy.cc index bb6d3f6bf008..fcce0c642e2a 100644 --- a/src/test/librbd/test_DeepCopy.cc +++ b/src/test/librbd/test_DeepCopy.cc @@ -9,6 +9,7 @@ #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() { } @@ -512,6 +513,7 @@ TEST_F(TestDeepCopy, Stress) 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)); @@ -520,6 +522,7 @@ TEST_F(TestDeepCopy, NoSnaps_LargerDstObjSize) 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)); @@ -550,6 +553,7 @@ TEST_F(TestDeepCopy, CloneFlatten_LargerDstObjSize) 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));