]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/librbd: Remove crimson skip from TestDeepCopy wip-kautilya-renable-testmigration
authorKautilya Tripathi <kautilya.tripathi@ibm.com>
Wed, 24 Sep 2025 05:20:06 +0000 (05:20 +0000)
committerKautilya Tripathi <kautilya.tripathi@ibm.com>
Tue, 14 Oct 2025 03:54:28 +0000 (03:54 +0000)
The TestDeepCopy.Stress and TestDeepCopy.Stress_SmallerDstObjSize tests
were previously skipped for the crimson store. This commit removes the
SKIP_IF_CRIMSON() calls, indicating that the tests should now pass with
the crimson osd.

Fixes: https://tracker.ceph.com/issues/72042
Signed-off-by: Kautilya Tripathi <kautilya.tripathi@ibm.com>
src/test/librbd/test_DeepCopy.cc

index c3ae925af1a9c4211827f6e96f4d3db106a72889..d8ec437a2ef59623dd697efb0b91488c765b3ead 100644 (file)
@@ -510,8 +510,6 @@ TEST_F(TestDeepCopy, CloneFlatten)
 
 TEST_F(TestDeepCopy, Stress)
 {
-  // https://tracker.ceph.com/issues/72042
-  SKIP_IF_CRIMSON();
   test_stress();
 }
 
@@ -609,8 +607,6 @@ TEST_F(TestDeepCopy, CloneFlatten_SmallerDstObjSize)
 
 TEST_F(TestDeepCopy, Stress_SmallerDstObjSize)
 {
-  // https://tracker.ceph.com/issues/72042
-  SKIP_IF_CRIMSON();
   uint64_t order = m_src_ictx->order - 1 - rand() % 2;
   ASSERT_EQ(0, m_opts.set(RBD_IMAGE_OPTION_ORDER, order));
   uint64_t stripe_unit = m_src_ictx->stripe_unit >> 2;