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>
TEST_F(TestDeepCopy, Stress)
{
- // https://tracker.ceph.com/issues/72042
- SKIP_IF_CRIMSON();
test_stress();
}
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;