Skip to content

Commit f5ed57a

Browse files
committed
test/librbd: Remove crimson skip from TestDeepCopy
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 <[email protected]>
1 parent 965e6f9 commit f5ed57a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/librbd/test_DeepCopy.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ TEST_F(TestDeepCopy, CloneFlatten)
510510

511511
TEST_F(TestDeepCopy, Stress)
512512
{
513-
// https://tracker.ceph.com/issues/72042
514-
SKIP_IF_CRIMSON();
515513
test_stress();
516514
}
517515

@@ -609,8 +607,6 @@ TEST_F(TestDeepCopy, CloneFlatten_SmallerDstObjSize)
609607

610608
TEST_F(TestDeepCopy, Stress_SmallerDstObjSize)
611609
{
612-
// https://tracker.ceph.com/issues/72042
613-
SKIP_IF_CRIMSON();
614610
uint64_t order = m_src_ictx->order - 1 - rand() % 2;
615611
ASSERT_EQ(0, m_opts.set(RBD_IMAGE_OPTION_ORDER, order));
616612
uint64_t stripe_unit = m_src_ictx->stripe_unit >> 2;

0 commit comments

Comments
 (0)