From: Kautilya Tripathi Date: Tue, 16 Sep 2025 11:14:09 +0000 (+0000) Subject: test/librbd: Reenable tests for Migration X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=79c3e9fc2e64b486f445bdee2f5209246247a303;p=ceph-ci.git test/librbd: Reenable tests for Migration This removes the SKIP_IF_CRIMSON and reenables the test. Signed-off-by: Kautilya Tripathi --- diff --git a/src/test/librbd/test_Migration.cc b/src/test/librbd/test_Migration.cc index e8f5983aa0a..577924358b4 100644 --- a/src/test/librbd/test_Migration.cc +++ b/src/test/librbd/test_Migration.cc @@ -1103,8 +1103,6 @@ TEST_F(TestMigration, CloneFlatten) TEST_F(TestMigration, TriggerAssertSnapcSeq) { - // https://tracker.ceph.com/issues/72041 - SKIP_IF_CRIMSON(); auto size = m_ictx->size; write((size >> 1) + 0, 10, 'A'); @@ -1165,8 +1163,6 @@ TEST_F(TestMigration, AbortWithoutSnapshots) { } TEST_F(TestMigration, AbortWithSnapshots) { - // https://tracker.ceph.com/issues/72650 - SKIP_IF_CRIMSON(); test_snaps(); migration_prepare(m_ioctx, m_image_name); migration_status(RBD_IMAGE_MIGRATION_STATE_PREPARED); @@ -1390,15 +1386,11 @@ TEST_F(TestMigration, Stress) TEST_F(TestMigration, Stress2) { - // https://tracker.ceph.com/issues/72705 - SKIP_IF_CRIMSON(); test_stress2(false); } TEST_F(TestMigration, StressLive) { - // https://tracker.ceph.com/issues/72709 - SKIP_IF_CRIMSON(); test_stress2(true); }