]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/librbd: Reenable tests for Migration
authorKautilya Tripathi <kautilya.tripathi@ibm.com>
Tue, 16 Sep 2025 11:14:09 +0000 (11:14 +0000)
committerKautilya Tripathi <kautilya.tripathi@ibm.com>
Tue, 14 Oct 2025 03:54:28 +0000 (03:54 +0000)
This removes the SKIP_IF_CRIMSON and reenables the test.

Signed-off-by: Kautilya Tripathi <kautilya.tripathi@ibm.com>
src/test/librbd/test_Migration.cc

index e8f5983aa0add500d970f7177595b78a1d10f33f..577924358b4d9e9eff6004e6d5d44cb1f3e2d4fb 100644 (file)
@@ -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);
 }