Skip to content

Commit 965e6f9

Browse files
committed
test/librbd: Reenable tests for Migration
This removes the SKIP_IF_CRIMSON and reenables the test. Signed-off-by: Kautilya Tripathi <[email protected]>
1 parent b32194a commit 965e6f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/librbd/test_Migration.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,6 @@ TEST_F(TestMigration, CloneFlatten)
11031103

11041104
TEST_F(TestMigration, TriggerAssertSnapcSeq)
11051105
{
1106-
// https://tracker.ceph.com/issues/72041
1107-
SKIP_IF_CRIMSON();
11081106
auto size = m_ictx->size;
11091107

11101108
write((size >> 1) + 0, 10, 'A');
@@ -1165,8 +1163,6 @@ TEST_F(TestMigration, AbortWithoutSnapshots) {
11651163
}
11661164

11671165
TEST_F(TestMigration, AbortWithSnapshots) {
1168-
// https://tracker.ceph.com/issues/72650
1169-
SKIP_IF_CRIMSON();
11701166
test_snaps();
11711167
migration_prepare(m_ioctx, m_image_name);
11721168
migration_status(RBD_IMAGE_MIGRATION_STATE_PREPARED);
@@ -1390,15 +1386,11 @@ TEST_F(TestMigration, Stress)
13901386

13911387
TEST_F(TestMigration, Stress2)
13921388
{
1393-
// https://tracker.ceph.com/issues/72705
1394-
SKIP_IF_CRIMSON();
13951389
test_stress2(false);
13961390
}
13971391

13981392
TEST_F(TestMigration, StressLive)
13991393
{
1400-
// https://tracker.ceph.com/issues/72709
1401-
SKIP_IF_CRIMSON();
14021394
test_stress2(true);
14031395
}
14041396

0 commit comments

Comments
 (0)