TEST_F(TestMigration, TriggerAssertSnapcSeq)
{
- // https://tracker.ceph.com/issues/72041
- SKIP_IF_CRIMSON();
auto size = m_ictx->size;
write((size >> 1) + 0, 10, 'A');
}
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);
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);
}